From 50828469e723da8d9b7075ba1f418a55056fe311 Mon Sep 17 00:00:00 2001 From: GuoQing Zhang Date: Tue, 7 Jan 2025 18:56:36 +0800 Subject: [PATCH] ci: remove unused step --- .github/workflows/ci.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 27a983ae2..21a6cb165 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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