fix: 修改自动测试
Some checks failed
Python application test / build (pull_request) Failing after 19s
Some checks failed
Python application test / build (pull_request) Failing after 19s
This commit is contained in:
parent
52a5c94758
commit
f13d9266c6
4
.github/workflows/python-test.yml
vendored
4
.github/workflows/python-test.yml
vendored
@ -8,14 +8,14 @@ on:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-20.04
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: "3.9.15"
|
||||
python-version: "3.9.1"
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
|
Loading…
x
Reference in New Issue
Block a user