Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
use req
Browse files Browse the repository at this point in the history
  • Loading branch information
baskaryan committed Aug 8, 2024
1 parent 1d16e7d commit 3eace73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/api_doc_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
# skip airbyte and ibm due to pandas dependency issue
poetry run python -m uv pip install $(ls ./libs/partners | grep -vE "airbyte|ibm" | xargs -I {} echo "./libs/partners/{}")
poetry run python -m uv pip install libs/core libs/langchain libs/text-splitters
poetry install --with docs
poetry run python -m uv pip install -r docs/api_reference/requirements.txt
- name: Build docs
working-directory: langchain
Expand Down

0 comments on commit 3eace73

Please sign in to comment.