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: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Set up Python - name: Set up Python
uses: actions/setup-python@v1 uses: actions/setup-python@v3
with: with:
python-version: "3.x" python-version: "3.10"
cache: "pip"
architecture: "x64" architecture: "x64"
- name: Install dependencies - name: Install dependencies
run: | run: |