mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-16 01:37:59 +00:00
infra: skip ibm api docs (#18335)
This commit is contained in:
parent
43534a4c08
commit
68be5a7658
4
.github/workflows/api_doc_build.yml
vendored
4
.github/workflows/api_doc_build.yml
vendored
@ -51,8 +51,8 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
poetry run python -m pip install --upgrade --no-cache-dir pip setuptools
|
poetry run python -m pip install --upgrade --no-cache-dir pip setuptools
|
||||||
poetry run python -m pip install --upgrade --no-cache-dir sphinx readthedocs-sphinx-ext
|
poetry run python -m pip install --upgrade --no-cache-dir sphinx readthedocs-sphinx-ext
|
||||||
# skip airbyte due to pandas dependency issue
|
# skip airbyte and ibm due to pandas dependency issue
|
||||||
poetry run python -m pip install $(ls ./libs/partners | grep -v "airbyte" | xargs -I {} echo "./libs/partners/{}")
|
poetry run python -m pip install $(ls ./libs/partners | grep -vE "airbyte|ibm" | xargs -I {} echo "./libs/partners/{}")
|
||||||
poetry run python -m pip install --exists-action=w --no-cache-dir -r docs/api_reference/requirements.txt
|
poetry run python -m pip install --exists-action=w --no-cache-dir -r docs/api_reference/requirements.txt
|
||||||
|
|
||||||
- name: Build docs
|
- name: Build docs
|
||||||
|
Loading…
Reference in New Issue
Block a user