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 9e3091f commit 429f9b4Copy full SHA for 429f9b4
.github/workflows/python-package.yml
@@ -28,7 +28,6 @@ jobs:
28
run: |
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
- name: Lint with flake8
33
34
# stop the build if there are Python syntax errors or undefined names
0 commit comments