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 4c3d87e commit 08f2486Copy full SHA for 08f2486
1 file changed
.github/workflows/lint-and-tests.yml
@@ -37,7 +37,7 @@ jobs:
37
38
- name: Install dependencies
39
run: |
40
- python -m pip install --upgrade pip
+ python -m pip install --upgrade pip setuptools wheel
41
python -m pip install --upgrade -r requirements.txt
42
python -m pip install --upgrade -r requirements/development.txt
43
python -m pip install --upgrade -r requirements/documentation.txt
0 commit comments