fix test workflow
Some checks failed
Deploy Bookshelf / deploy (push) Failing after 1m16s

This commit is contained in:
Julien Aldon
2026-01-29 10:49:32 +01:00
parent 298edb3d09
commit 46a5b08755

View File

@@ -15,7 +15,7 @@ jobs:
uses: actions/setup-python@v6
with:
python-version: "3.11"
run: |
- run: |
python -m pip install --upgrade pip
pip install -r back/requirements.txt
pytest -sv