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 - name: Test backend
uses: actions/setup-python@v6 uses: actions/setup-python@v6
with: with:
python-version: "3.10" python-version: "3.12"
- run: | - run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip
pip install -r backend/requirements.txt pip install -r backend/requirements.txt