We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8c4d62 commit 0a6329aCopy full SHA for 0a6329a
.github/workflows/python-app.yml
@@ -26,6 +26,8 @@ jobs:
26
- name: Install dependencies
27
run: |
28
python -m pip install --upgrade pip
29
+ pip install --upgrade wheel
30
+ pip install setuptools
31
pip install flake8 pytest
32
if [ -f requirements-linux.txt ]; then pip install -r requirements-linux.txt; fi
33
- name: Lint with flake8
0 commit comments