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

This commit is contained in:
dqy 2024-04-20 12:04:10 +08:00
parent b9ccc42a85
commit 2b1847715d

View File

@ -15,8 +15,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: "3.10.14"
architecture: "x64"
python-version: "3.10.1"
- name: Install dependencies
run: |
python -m pip install --upgrade pip