We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ceeb4b3 commit e593afbCopy full SHA for e593afb
1 file changed
.github/workflows/ci.yml
@@ -121,7 +121,7 @@ jobs:
121
- name: set up python
122
uses: actions/setup-python@v3
123
with:
124
- python-version: '3.x' # Version range or exact version of a Python version to use, using SemVer's version range syntax
+ python-version: '3.12' # Version range or exact version of a Python version to use, using SemVer's version range syntax
125
architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified
126
127
- name: python 脚本,先删除索引再重新上传索引, gitalk issue init
0 commit comments