Reorder pre-commit
This commit is contained in:
parent
dc75b494bc
commit
6f4b15a1f8
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yaml
vendored
2
.github/workflows/test.yaml
vendored
|
@ -25,7 +25,7 @@ jobs:
|
|||
run: |
|
||||
pip install pip-tools
|
||||
pip-sync requirements.txt requirements-dev.txt
|
||||
- uses: pre-commit/action@v3.0.0
|
||||
- name: Test
|
||||
run: pytest --cov=. --cov-branch --cov-report term-missing:skip-covered
|
||||
working-directory: ./src/
|
||||
- uses: pre-commit/action@v3.0.0
|
||||
|
|
Reference in a new issue