mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-09 21:08:59 +00:00
x
This commit is contained in:
parent
aebee9c833
commit
41cd29654f
4
.github/workflows/api_doc_build.yml
vendored
4
.github/workflows/api_doc_build.yml
vendored
@ -24,14 +24,14 @@ jobs:
|
|||||||
|
|
||||||
- name: Get repos with yq
|
- name: Get repos with yq
|
||||||
id: get-unsorted-repos
|
id: get-unsorted-repos
|
||||||
uses: mikefarah/yq@v4
|
uses: mikefarah/yq@master
|
||||||
with:
|
with:
|
||||||
cmd: |
|
cmd: |
|
||||||
yq '
|
yq '
|
||||||
.packages[]
|
.packages[]
|
||||||
| select(
|
| select(
|
||||||
(
|
(
|
||||||
(.repo | startswith("langchain-ai/"))
|
(.repo | test("^langchain-ai/"))
|
||||||
and
|
and
|
||||||
(.repo != "langchain-ai/langchain")
|
(.repo != "langchain-ai/langchain")
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user