fix: 修改自动测试配置
Some checks failed
Detection test / build (pull_request) Failing after 35s
Some checks failed
Detection test / build (pull_request) Failing after 35s
This commit is contained in:
parent
9155bf7a00
commit
bfcbf99cf4
6
.github/workflows/detection-test.yml
vendored
6
.github/workflows/detection-test.yml
vendored
@ -12,10 +12,10 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Set up Python 3.8
|
- name: Set up Python 3.10.9
|
||||||
uses: actions/setup-python@v1
|
uses: actions/setup-python@v2
|
||||||
with:
|
with:
|
||||||
python-version: 3.8
|
python-version: "3.10.9"
|
||||||
- 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