Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Nico Gelders committed Oct 16, 2023
1 parent d9c4160 commit d5c5709
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ jobs:
poetry config virtualenvs.create false
poetry install --no-interaction --no-ansi
- name: run precommit hooks
run: pre-commit run --all-files
run: |
poetry run pre-commit run --all-files
tests:
env:
POETRY_VERSION: 1.5.1
Expand Down

0 comments on commit d5c5709

Please sign in to comment.