mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-25 08:03:39 +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 = [
|
||||
"libs/core",
|
||||
"libs/community",
|
||||
"libs/langchain",
|
||||
"libs/experimental",
|
||||
"libs/community",
|
||||
]
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
Loading…
Reference in New Issue
Block a user