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

This commit is contained in:
dqy 2024-04-20 11:51:45 +08:00
parent 53a7120bfc
commit 2f4903376c

View File

@ -13,10 +13,9 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v1
uses: actions/setup-python@v3
with:
python-version: "3.x"
cache: "pip"
python-version: "3.10"
architecture: "x64"
- name: Install dependencies
run: |