Skip to content

Commit

Permalink
Remove duplicate pre-commit from test pipeline
Browse files Browse the repository at this point in the history
Pre-commit hooks are also run by `poetry run invoke test`.
  • Loading branch information
joakimnordling authored Jan 23, 2024
1 parent 32218cb commit e6231be
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,5 @@ jobs:
- name: Install dependencies 🛠
run: poetry install

- name: Run pre-commit 🤔
run: pre-commit run --all-files

- name: Run tests 🌈
run: poetry run invoke test

0 comments on commit e6231be

Please sign in to comment.