Skip to content

Commit 0a6329a

Browse files
authored
update python-app.yml
1 parent f8c4d62 commit 0a6329a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/python-app.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
- name: Install dependencies
2727
run: |
2828
python -m pip install --upgrade pip
29+
pip install --upgrade wheel
30+
pip install setuptools
2931
pip install flake8 pytest
3032
if [ -f requirements-linux.txt ]; then pip install -r requirements-linux.txt; fi
3133
- name: Lint with flake8

0 commit comments

Comments
 (0)