Skip to content

Commit f7a88d4

Browse files
committed
ci: fix python version error
1 parent b16e967 commit f7a88d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Set python version 3.10
3434
uses: actions/setup-python@v1
3535
with:
36-
python-version: 3.10
36+
python-version: 3.10.15
3737

3838
- name: Build PyPi bisheng-langchain and push
3939
id: pypi_build_bisheng_langchain

0 commit comments

Comments
 (0)