fix python test version
Some checks failed
Deploy Amap / deploy (push) Failing after 1m30s

This commit is contained in:
Julien Aldon
2026-03-03 11:15:39 +01:00
parent 8352097ffb
commit 1c6e810ec1

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.12" python-version: "3.13"
- 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