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
|
||||
uses: actions/setup-python@v1
|
||||
with:
|
||||
python-version: 3.8.15
|
||||
python-version: "3.x"
|
||||
cache: "pip"
|
||||
architecture: "x64"
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
|
Loading…
x
Reference in New Issue
Block a user