Reorder pre-commit
This commit is contained in:
parent
a6b65edb5b
commit
5a1fb829f0
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yaml
vendored
2
.github/workflows/test.yaml
vendored
|
@ -21,11 +21,11 @@ jobs:
|
|||
with:
|
||||
python-version: '3.11'
|
||||
cache: pip
|
||||
- uses: pre-commit/action@v3.0.0
|
||||
- name: Install dependencies
|
||||
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/
|
||||
|
|
Reference in a new issue