Skip to content

Commit

Permalink
move dependencies to monorepo env
Browse files Browse the repository at this point in the history
  • Loading branch information
ccurme committed Oct 14, 2024
1 parent 8dc4bec commit 00db3de
Show file tree
Hide file tree
Showing 3 changed files with 2,708 additions and 48 deletions.
14 changes: 3 additions & 11 deletions .github/workflows/run_notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,23 +35,15 @@ jobs:

- name: Install dependencies
run: |
pip install -e libs/core
pip install -e libs/langchain
pip install -e libs/community
pip install --upgrade langchain-experimental
pip install -e libs//partners/anthropic
pip install -e libs//partners/chroma
pip install -e libs//partners/openai
pip install -e libs//partners/mistralai
pip install jupyter langgraph click pypdf vcrpy
poetry install --with dev,test
- name: Pre-download tiktoken files
run: |
python docs/scripts/download_tiktoken.py
poetry run python docs/scripts/download_tiktoken.py
- name: Prepare notebooks
run: |
python docs/scripts/prepare_notebooks_for_ci.py --comment-install-cells
poetry run python docs/scripts/prepare_notebooks_for_ci.py --comment-install-cells
- name: Run notebooks
env:
Expand Down
Loading

0 comments on commit 00db3de

Please sign in to comment.