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 6db8115 commit 02b85bcCopy full SHA for 02b85bc
.github/workflows/main.yml
@@ -40,13 +40,13 @@ jobs:
40
with:
41
python-version: ${{ matrix.python-version }}
42
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
46
47
- name: Install dependencies
48
run: make dev envfile
49
+ - name: Upgrade pip, setuptools, wheel
+ run: |
+ 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