downgrade python version in tests
All checks were successful
Deploy Amap / deploy (push) Successful in 1m47s

This commit is contained in:
Julien Aldon
2026-03-03 14:34:00 +01:00
parent 20eba7f183
commit 6679107b13

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.13" 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