Skip to content

Commit

Permalink
Fix CI deployments (loosen pip requirements & remove unnecessary pip …
Browse files Browse the repository at this point in the history
…install) (#1127)
  • Loading branch information
wwwillchen authored Dec 4, 2024
1 parent 64a8ce7 commit 121af06
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions ai/docbot/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -370,5 +370,3 @@ wrapt==1.16.0
# via
# deprecated
# llama-index-core
yarl==1.9.4
# via aiohttp

0 comments on commit 121af06

Please sign in to comment.