fix test workflow
Some checks failed
Deploy Bookshelf / deploy (push) Failing after 0s

This commit is contained in:
Julien Aldon
2026-01-29 10:48:44 +01:00
parent 65b9f0323f
commit 298edb3d09

View File

@@ -16,9 +16,9 @@ jobs:
with: with:
python-version: "3.11" python-version: "3.11"
run: | run: |
- python -m pip install --upgrade pip python -m pip install --upgrade pip
- pip install -r back/requirements.txt pip install -r back/requirements.txt
- pytest -sv pytest -sv
- name: Build & deploy - name: Build & deploy
run: | run: |