Skip to content

Commit 5ee6121

Browse files
authored
Update main.yml
1 parent 8baeef2 commit 5ee6121

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: 设置python环境
1818
uses: actions/setup-python@v2 # 用于设置 Python 环境,它允许你指定要在工作环境中使用的 Python 版本
1919
with:
20-
python-version: '3.9' # 选择要用的Python版本
20+
python-version: '3.10' # 选择要用的Python版本
2121

2222
- name: 安装依赖包
2323
run: | # 安装依赖包

0 commit comments

Comments
 (0)