fix python version for tests
All checks were successful
Deploy Amap / deploy (push) Successful in 7m25s
All checks were successful
Deploy Amap / deploy (push) Successful in 7m25s
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user