infra: ci dirs in wrong order (#18340)

This commit is contained in:
Erick Friis
2024-02-29 13:13:29 -08:00
committed by GitHub
parent 9e46535ebc
commit dfd9787388

View File

@@ -5,9 +5,9 @@ from typing import Dict
LANGCHAIN_DIRS = [
"libs/core",
"libs/community",
"libs/langchain",
"libs/experimental",
"libs/community",
]
if __name__ == "__main__":