Skip to content

Commit

Permalink
ci: fix python version error
Browse files Browse the repository at this point in the history
  • Loading branch information
zgqgit committed Jan 7, 2025
1 parent b16e967 commit f7a88d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Set python version 3.10
uses: actions/setup-python@v1
with:
python-version: 3.10
python-version: 3.10.15

- name: Build PyPi bisheng-langchain and push
id: pypi_build_bisheng_langchain
Expand Down

0 comments on commit f7a88d4

Please sign in to comment.