Skip to content

Commit

Permalink
TST: disable precommit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ColmTalbot authored Feb 22, 2024
1 parent 336636c commit 87946ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
run: |
python -m pip install .
conda list --show-channel-urls
- name: Run precommits
run: |
pre-commit run --all-files --verbose --show-diff-on-failure
# - name: Run precommits
# run: |
# pre-commit run --all-files --verbose --show-diff-on-failure
- name: Run unit tests
run: |
pytest --cov-bilby --durations 10
Expand Down

0 comments on commit 87946ee

Please sign in to comment.