Reorder pre-commit

This commit is contained in:
Gabriel Augendre 2023-03-02 14:25:19 +01:00
parent a6b65edb5b
commit 5a1fb829f0

View file

@ -21,11 +21,11 @@ jobs:
with: with:
python-version: '3.11' python-version: '3.11'
cache: pip cache: pip
- uses: pre-commit/action@v3.0.0
- name: Install dependencies - name: Install dependencies
run: | run: |
pip install pip-tools pip install pip-tools
pip-sync requirements.txt requirements-dev.txt pip-sync requirements.txt requirements-dev.txt
- uses: pre-commit/action@v3.0.0
- name: Test - name: Test
run: pytest --cov=. --cov-branch --cov-report term-missing:skip-covered run: pytest --cov=. --cov-branch --cov-report term-missing:skip-covered
working-directory: ./src/ working-directory: ./src/