From 1a296abab8bec5fc97770f31bacd1be81d31e684 Mon Sep 17 00:00:00 2001 From: Karl Moos Date: Thu, 20 Jun 2024 11:21:14 -0500 Subject: [PATCH] Update CI --- .github/workflows/linuxci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/linuxci.yml b/.github/workflows/linuxci.yml index e749b0d..e27f1f6 100644 --- a/.github/workflows/linuxci.yml +++ b/.github/workflows/linuxci.yml @@ -17,6 +17,10 @@ jobs: architecture: x64 - name: Python environment report run: python -c "import sys; print(sys.version)" + - name: Install dependencies + run: | + python -m pip install --upgrade pip + pip install -r requirements.txt - name: flake8 Lint uses: py-actions/flake8@v2 with: