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 105b985 commit 264410aCopy full SHA for 264410a
.github/workflows/pythonapp.yml
@@ -24,7 +24,7 @@ jobs:
24
run: |
25
python -m pip install --upgrade pip
26
pip install flake8 pytest
27
- if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
+ pip install -r requirements.txt
28
- name: Lint with flake8
29
30
# stop the build if there are Python syntax errors or undefined names
0 commit comments