Reorder pre-commit

This commit is contained in:
Gabriel Augendre 2023-03-02 14:24:03 +01:00
parent 6f4b15a1f8
commit a6b65edb5b

View file

@ -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/