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 7c219b5 commit fc7e5a4Copy full SHA for fc7e5a4
.github/workflows/pythonpackage.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Install dependencies
28
run: |
29
python -m pip install --upgrade pip
30
- python -m pip install wheel
+ python -m pip install wheel setuptools
31
- name: Lint with flake8
32
33
python setup.py -q lint
0 commit comments