Skip to content

Commit

Permalink
chore(ci): disable pre-commit on all files in CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
katomaso committed Mar 6, 2024
1 parent d937776 commit 1a22861
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,5 @@ jobs:
- name: Install DEV dependencies
run: pip install -e .[dev]

- name: Run pre-commit checks
run: |
pip install pre-commit
pre-commit run --all-files
- name: Run tests
run: bash run_tests.sh
5 changes: 0 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,5 @@ jobs:
- name: Install DEV dependencies
run: pip install -e .[dev]

- name: Run pre-commit checks
run: |
pip install pre-commit
pre-commit run --all-files
- name: Run tests
run: bash run_tests.sh

0 comments on commit 1a22861

Please sign in to comment.