Skip to content

Commit 8cab9e6

Browse files
committed
ci: revert isort workaround
1 parent 1e4d973 commit 8cab9e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pythonapp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ jobs:
2424
- name: Install pre-commit
2525
run: |
2626
python -m pip install --upgrade pip
27-
python -m pip install --upgrade setuptools wheel
2827
python -m pip install --upgrade pre-commit
2928
pre-commit install
3029
- name: Install cve-bin-tool if needed
3130
if: ${{ matrix.tool == 'format_checkers' }}
3231
run: |
32+
python -m pip install --upgrade setuptools wheel
3333
python -m pip install .
3434
- name: Run ${{ matrix.tool }}
3535
run: |

0 commit comments

Comments
 (0)