We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b4e934 commit 053cdfaCopy full SHA for 053cdfa
.github/workflows/test.yml
@@ -28,7 +28,7 @@ jobs:
28
run: |
29
python -m pip install --upgrade pip
30
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
31
- pip install pytest
+ pip install pytest flake8
32
pip install -e .
33
- name: Test with pytest
34
0 commit comments