fix: 修改自动测试
Some checks failed
Python application test / build (pull_request) Failing after 30s

This commit is contained in:
dqy 2024-04-20 14:05:43 +08:00
parent e2fa93f095
commit c366c0e672

View File

@ -15,7 +15,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "v3.9.12"
python-version: "3.9.12"
- name: Install dependencies
run: |
python -m pip install --upgrade pip