Skip to content

Commit

Permalink
ci: remove unused step
Browse files Browse the repository at this point in the history
  • Loading branch information
zgqgit committed Jan 7, 2025
1 parent f7a88d4 commit 5082846
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,17 +91,6 @@ jobs:
uses: snok/install-poetry@v1
with:
installer-parallel: true
- name: build lock
run: |
cd ./src/backend
pip install bisheng_langchain==$RELEASE_VERSION
poetry lock
# 安装 nltk
pip install nltk
python -c "import nltk; nltk.download('punkt'); nltk.download('punkt_tab'); nltk.download('averaged_perceptron_tagger'); nltk.download('averaged_perceptron_tagger_eng'); "
mv /home/runner/nltk_data ./
cd ../../
- name: Build backend and push
id: docker_build_backend
uses: docker/build-push-action@v2
Expand Down

0 comments on commit 5082846

Please sign in to comment.