fix: 修改自动测试
Some checks failed
Python application test / build (pull_request) Failing after 16s
Some checks failed
Python application test / build (pull_request) Failing after 16s
This commit is contained in:
parent
973f863e92
commit
53a7120bfc
4
.github/workflows/python-test.yml
vendored
4
.github/workflows/python-test.yml
vendored
@ -15,7 +15,9 @@ jobs:
|
|||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v1
|
uses: actions/setup-python@v1
|
||||||
with:
|
with:
|
||||||
python-version: 3.8.15
|
python-version: "3.x"
|
||||||
|
cache: "pip"
|
||||||
|
architecture: "x64"
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
|
Loading…
x
Reference in New Issue
Block a user