Update github-actions.yml

This commit is contained in:
Luke Van Seters 2021-07-26 21:58:44 -04:00 committed by GitHub
parent 278a75caed
commit a9580e3aa9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,7 +51,7 @@ jobs:
- name: Run precommit
run: |
pre-commit run --all-files
poetry run pre-commit --all-files
- name: Test with pytest
shell: bash