From 56830c209bd94062754cbf66d4fa874d534f2ace Mon Sep 17 00:00:00 2001 From: Will Chen Date: Tue, 3 Dec 2024 21:19:01 -0800 Subject: [PATCH] Fix CI deployments (loosen pip requirements & remove unnecessary pip install) --- .github/workflows/ci.yml | 1 - ai/docbot/requirements.txt | 2 -- 2 files changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5e09ecaa..22eecf73 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -176,7 +176,6 @@ jobs: path: .cache restore-keys: | showcase- - - run: pip install -r ai/docbot/requirements.txt - run: | git config user.name github-actions[bot] git config user.email github-actions[bot]@users.noreply.github.com diff --git a/ai/docbot/requirements.txt b/ai/docbot/requirements.txt index 39f57fea..b61202da 100644 --- a/ai/docbot/requirements.txt +++ b/ai/docbot/requirements.txt @@ -370,5 +370,3 @@ wrapt==1.16.0 # via # deprecated # llama-index-core -yarl==1.9.4 - # via aiohttp