We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63b9bac commit d5f8fe1Copy full SHA for d5f8fe1
.github/workflows/python-app.yml
@@ -28,6 +28,7 @@ jobs:
28
python -m pip install --upgrade pip
29
pip install flake8 pytest
30
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
31
+ if [ -f requirements-dev.txt ]; then pip install -r requirements.txt; fi
32
- name: Lint with flake8
33
run: |
34
# stop the build if there are Python syntax errors or undefined names
0 commit comments