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.
2 parents 10e394a + 738b18a commit 319c651Copy full SHA for 319c651
.github/workflows/ci.yml
@@ -31,7 +31,7 @@ jobs:
31
32
- name: "Install dependencies"
33
run: |
34
- python -m pip install --upgrade pip
+ python -m pip install --upgrade pip setuptools wheel
35
# We use '--ignore-installed' to avoid GitHub's cache which can cause
36
# issues - we have seen packages from this cache be cause trouble with
37
# pip-extra-reqs.
.github/workflows/windows-ci.yml
0 commit comments