@ -34,7 +34,7 @@ jobs:
poetry install
- name: Run Python lint checks
run: |
poetry run pre-commit run --all-files
poetry run pre-commit run --all-files --show-diff-on-failure
- name: Run Python tests
poetry run pytest --cov