Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
efriis committed Oct 1, 2024
1 parent 735c675 commit 3020a65
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/api_doc_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,11 @@ jobs:
- uses: actions/checkout@v4
with:
repository: langchain-ai/langchain-milvus
path: langchain-milvus
- uses: actions/checkout@v4
with:
repository: langchain-ai/langchain-unstructured
path: langchain-unstructured


- name: Set Git config
Expand All @@ -79,7 +81,7 @@ jobs:
git config --local user.email "[email protected]"
git config --local user.name "Github Actions"
- name: Move google libs
- name: Move libs
run: |
rm -rf \
langchain/libs/partners/google-genai \
Expand Down

0 comments on commit 3020a65

Please sign in to comment.