Skip to content

Commit

Permalink
Fix code checks in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrattli committed Mar 4, 2022
1 parent 48a519f commit 18c3319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Code checks
run: |
pre-commit run --all-files --show-diff-on-failure
poetry run pre-commit run --all-files --show-diff-on-failure
build:
strategy:
Expand Down

0 comments on commit 18c3319

Please sign in to comment.