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 8cf6334 commit 6db8115Copy full SHA for 6db8115
1 file changed
.github/workflows/main.yml
@@ -42,11 +42,7 @@ jobs:
42
43
- name: Upgrade pip, setuptools, wheel
44
run: |
45
- python -m pip install --upgrade --force-reinstall \
46
- pip>=24.0 \
47
- setuptools>=69.0 \
48
- wheel>=0.42 \
49
- packaging
+ python -m pip install --upgrade pip==26.0.1 setuptools==82.0.0 wheel==0.46.3
50
51
- name: Install dependencies
52
run: make dev envfile
0 commit comments