diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index a82ea001..8f35f3c0 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -31,7 +31,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - if [ -f dev-requirements.txt ]; then pip install -r dev-requirements.txt; fi + python -m pip install -r dev-requirements.txt - name: Lint with flake8 run: | # stop the build if there are Python syntax errors or undefined names