Skip to content

Commit 6db8115

Browse files
committed
Upgrade setuptools, wheel and pip
Signed-off-by: Tushar Goel <tushar.goel.dav@gmail.com>
1 parent 8cf6334 commit 6db8115

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,7 @@ jobs:
4242

4343
- name: Upgrade pip, setuptools, wheel
4444
run: |
45-
python -m pip install --upgrade --force-reinstall \
46-
pip>=24.0 \
47-
setuptools>=69.0 \
48-
wheel>=0.42 \
49-
packaging
45+
python -m pip install --upgrade pip==26.0.1 setuptools==82.0.0 wheel==0.46.3
5046
5147
- name: Install dependencies
5248
run: make dev envfile

0 commit comments

Comments
 (0)