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 4352c79 commit 5aa6cd8Copy full SHA for 5aa6cd8
.github/workflows/pythonpackage.yml
@@ -25,7 +25,7 @@ jobs:
25
python-version: ${{ matrix.python-version }}
26
- name: Install dependencies
27
run: |
28
- python -m pip install --upgrade pip
+ python -m pip install --upgrade pip setuptools wheel
29
pip install -r requirements.txt
30
- name: Lint with flake8
31
0 commit comments