downgrade python version in tests
All checks were successful
Deploy Amap / deploy (push) Successful in 1m47s
All checks were successful
Deploy Amap / deploy (push) Successful in 1m47s
This commit is contained in:
@@ -14,7 +14,7 @@ jobs:
|
||||
- name: Test backend
|
||||
uses: actions/setup-python@v6
|
||||
with:
|
||||
python-version: "3.13"
|
||||
python-version: "3.12"
|
||||
- run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install -r backend/requirements.txt
|
||||
|
||||
Reference in New Issue
Block a user