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