diff options
-rw-r--r-- | .github/workflows/python-package.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index 5fde531..bbde7a1 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -27,7 +27,7 @@ jobs: run: | python -m pip install --upgrade pip python -m pip install flake8 pytest - if [ -f requirements.txt ]; then pip install .[test]; fi + python -m pip install .[test] - name: Lint with flake8 run: | # stop the build if there are Python syntax errors or undefined names |