Skip to content

Commit 121af06

Browse files
authored
Fix CI deployments (loosen pip requirements & remove unnecessary pip install) (#1127)
1 parent 64a8ce7 commit 121af06

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

.github/workflows/ci.yml

-1
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,6 @@ jobs:
176176
path: .cache
177177
restore-keys: |
178178
showcase-
179-
- run: pip install -r ai/docbot/requirements.txt
180179
- run: |
181180
git config user.name github-actions[bot]
182181
git config user.email github-actions[bot]@users.noreply.github.com

ai/docbot/requirements.txt

-2
Original file line numberDiff line numberDiff line change
@@ -370,5 +370,3 @@ wrapt==1.16.0
370370
# via
371371
# deprecated
372372
# llama-index-core
373-
yarl==1.9.4
374-
# via aiohttp

0 commit comments

Comments
 (0)