Skip to content

Commit

Permalink
Fixing CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Rai220 committed Oct 8, 2024
1 parent 206fa28 commit 4f99d9a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_test_doc_imports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- name: Install dependencies
shell: bash
run: poetry install --with test
run: poetry install --with test --sync

- name: Install langchain editable
run: |
Expand Down
2 changes: 2 additions & 0 deletions docs/scripts/check_imports.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ def _is_relevant_import(module: str) -> bool:
"langchain_community",
"langchain_experimental",
"langchain_text_splitters",
"gigachain_community",
"gigachain",
]
return module.split(".")[0] in recognized_packages

Expand Down

0 comments on commit 4f99d9a

Please sign in to comment.