mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-11 13:55:03 +00:00
infra: ci dirs in wrong order (#18340)
This commit is contained in:
parent
9e46535ebc
commit
dfd9787388
2
.github/scripts/check_diff.py
vendored
2
.github/scripts/check_diff.py
vendored
@ -5,9 +5,9 @@ from typing import Dict
|
|||||||
|
|
||||||
LANGCHAIN_DIRS = [
|
LANGCHAIN_DIRS = [
|
||||||
"libs/core",
|
"libs/core",
|
||||||
|
"libs/community",
|
||||||
"libs/langchain",
|
"libs/langchain",
|
||||||
"libs/experimental",
|
"libs/experimental",
|
||||||
"libs/community",
|
|
||||||
]
|
]
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
|
Loading…
Reference in New Issue
Block a user