Skip to content

Commit

Permalink
run pre-commit hooks across CI/CD matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
jakob-keller committed Aug 25, 2024
1 parent 69ceb7a commit 7330f35
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ jobs:
time pip-compile requirements-dev.in
time pip-sync requirements-dev.txt
- name: Run pre-commit hooks
if: matrix.python-version == '3.11'
run: |
make pre-commit
- name: Run unittests
Expand Down

0 comments on commit 7330f35

Please sign in to comment.