fix bcryp version
All checks were successful
Deploy Bookshelf / deploy (push) Successful in 1m6s

This commit is contained in:
Julien Aldon
2026-01-29 16:07:16 +01:00
parent 1e6c0089f8
commit b016b45b0f
3 changed files with 4 additions and 4 deletions

View File

@@ -14,7 +14,7 @@ jobs:
- name: Test backend
uses: actions/setup-python@v6
with:
python-version: "3.11"
python-version: "3.10"
- run: |
python -m pip install --upgrade pip
pip install -r back/requirements.txt