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 7231bc0 commit 45b85c6Copy full SHA for 45b85c6
1 file changed
.github/workflows/python-package.yml
@@ -24,7 +24,7 @@ jobs:
24
python-version: ${{ matrix.python-version }}
25
- name: Install dependencies
26
run: |
27
- pip install --upgrade pip
+ python -m pip install --upgrade pip setuptools wheel
28
pip install flake8 pytest .
29
- name: Lint with flake8
30
0 commit comments