Skip to content

Commit e593afb

Browse files
committed
update python version
1 parent ceeb4b3 commit e593afb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
- name: set up python
122122
uses: actions/setup-python@v3
123123
with:
124-
python-version: '3.x' # Version range or exact version of a Python version to use, using SemVer's version range syntax
124+
python-version: '3.12' # Version range or exact version of a Python version to use, using SemVer's version range syntax
125125
architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified
126126

127127
- name: python 脚本,先删除索引再重新上传索引, gitalk issue init

0 commit comments

Comments
 (0)