Skip to content

Commit 02b85bc

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@ jobs:
4040
with:
4141
python-version: ${{ matrix.python-version }}
4242

43-
- name: Upgrade pip, setuptools, wheel
44-
run: |
45-
python -m pip install --upgrade pip==26.0.1 setuptools==82.0.0 wheel==0.46.3
4643

4744
- name: Install dependencies
4845
run: make dev envfile
4946

47+
- name: Upgrade pip, setuptools, wheel
48+
run: |
49+
python -m pip install --upgrade pip==26.0.1 setuptools==82.0.0 wheel==0.46.3
5050
# Disable codestyle checks until we have cleaned up the code
5151
# - name: Validate code format
5252
# run: make check

0 commit comments

Comments
 (0)