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 4590c24Copy full SHA for 4590c24
.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