We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7c58f0b + 6b2c9c7 commit ea98d9fCopy full SHA for ea98d9f
1 file changed
.github/workflows/python-package.yml
@@ -29,6 +29,7 @@ jobs:
29
python -m pip install --upgrade pip
30
python -m pip install flake8 pytest
31
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
32
+ if [ -f test-requirements.txt ]; then pip install -r test-requirements.txt; fi
33
- name: Lint with flake8
34
run: |
35
# stop the build if there are Python syntax errors or undefined names
0 commit comments