Skip to content

Commit bf767a7

Browse files
committed
ci(workflow): 更新Python版本至3.12并固定conda版本
将GitHub Actions工作流中的Python版本从3.9升级到3.12,同时将conda设置操作从main分支固定为v1版本以确保稳定性
1 parent 1157649 commit bf767a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ jobs:
1212
- name: Set up Python
1313
uses: actions/setup-python@main
1414
with:
15-
python-version: 3.9
15+
python-version: 3.12
1616

17-
- uses: s-weigand/setup-conda@main
17+
- uses: s-weigand/setup-conda@v1
1818
- run: conda --version
1919
- run: which python
2020

0 commit comments

Comments
 (0)