infra: ci dirs in wrong order (#18340)

pull/18268/head^2
Erick Friis 3 months ago committed by GitHub
parent 9e46535ebc
commit dfd9787388
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save