Skip to content

Commit

Permalink
depend on pre-commit step rather than linter
Browse files Browse the repository at this point in the history
  • Loading branch information
lgray authored and ikrommyd committed Nov 19, 2024
1 parent 1a11637 commit c046cc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ jobs:

testwq:
runs-on: ubuntu-latest
needs: linter
needs: pre-commit
strategy:
matrix:
python-version: ["3.11"]
Expand Down

0 comments on commit c046cc4

Please sign in to comment.