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 02b2130 commit d9942e0Copy full SHA for d9942e0
.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 requirements_dev.txt ]; then pip install -r requirements_dev.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