fix python version for tests
All checks were successful
Deploy Amap / deploy (push) Successful in 7m25s

This commit is contained in:
Julien Aldon
2026-02-27 13:45:33 +01:00
parent 9f57b11fcf
commit 4a4c1225dc

View File

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