Skip to content

Commit

Permalink
Merge pull request #1186 from jakob-keller/remove-github-workflow-pre…
Browse files Browse the repository at this point in the history
…-commit

Streamline use of `pre-commit` in GitHub workflows
  • Loading branch information
jakob-keller authored Aug 26, 2024
2 parents 69ceb7a + c4b6995 commit 1aa309d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 21 deletions.
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
20 changes: 0 additions & 20 deletions .github/workflows/pre-commit.yml

This file was deleted.

0 comments on commit 1aa309d

Please sign in to comment.