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 02b85bc commit 9077ceeCopy full SHA for 9077cee
1 file changed
.github/workflows/main.yml
@@ -43,10 +43,6 @@ jobs:
43
44
- name: Install dependencies
45
run: make dev envfile
46
-
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
50
# Disable codestyle checks until we have cleaned up the code
51
# - name: Validate code format
52
# run: make check
0 commit comments