mirror of
https://github.com/hwchase17/langchain.git
synced 2025-05-31 12:09:58 +00:00
infra: fix experimental in dco imports check (#26905)
This commit is contained in:
parent
ba467f1a36
commit
7a99a4d4f8
2
.github/workflows/_test_doc_imports.yml
vendored
2
.github/workflows/_test_doc_imports.yml
vendored
@ -31,7 +31,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Install langchain editable
|
- name: Install langchain editable
|
||||||
run: |
|
run: |
|
||||||
poetry run pip install -e libs/core libs/langchain libs/community
|
poetry run pip install langchain-experimental -e libs/core libs/langchain libs/community
|
||||||
|
|
||||||
- name: Check doc imports
|
- name: Check doc imports
|
||||||
shell: bash
|
shell: bash
|
||||||
|
Loading…
Reference in New Issue
Block a user