Skip to content

Commit

Permalink
ci: revert isort workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
terriko committed Dec 29, 2021
1 parent 1e4d973 commit 8cab9e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ jobs:
- name: Install pre-commit
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade setuptools wheel
python -m pip install --upgrade pre-commit
pre-commit install
- name: Install cve-bin-tool if needed
if: ${{ matrix.tool == 'format_checkers' }}
run: |
python -m pip install --upgrade setuptools wheel
python -m pip install .
- name: Run ${{ matrix.tool }}
run: |
Expand Down

0 comments on commit 8cab9e6

Please sign in to comment.