fix: 修改自动测试
Some checks failed
Python application test / build (pull_request) Failing after 17s
Some checks failed
Python application test / build (pull_request) Failing after 17s
This commit is contained in:
parent
53a7120bfc
commit
2f4903376c
5
.github/workflows/python-test.yml
vendored
5
.github/workflows/python-test.yml
vendored
@ -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: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user