We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10b6456 commit daf6c90Copy full SHA for daf6c90
.github/workflows/test.yml
@@ -23,7 +23,6 @@ jobs:
23
run: |
24
python -m pip install --upgrade pip
25
pip install flake8 pytest
26
- if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
27
- name: Lint with flake8
28
29
# stop the build if there are Python syntax errors or undefined names
0 commit comments