Remove pre-commit checks from Github Actions

pull/70/head
Albert Koczy 2 years ago committed by GitHub
parent 73085baab4
commit d319c93b5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -32,9 +32,6 @@ jobs:
- name: Install dependencies
run: |
poetry install
- name: Run Python lint checks
run: |
poetry run pre-commit run --all-files --show-diff-on-failure
- name: Run Python tests
run: |
poetry run pytest --cov

Loading…
Cancel
Save