测试actions
This commit is contained in:
parent
e64900cb9e
commit
d4b451c8b5
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -16,7 +16,7 @@ jobs:
|
|||
- name: Set up Python
|
||||
uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: 3.10 # 适应你的 Python 版本
|
||||
python-version: 3.10.0 # 适应你的 Python 版本
|
||||
|
||||
- name: Install Dependencies
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue