infra: fix 0.3rc ci check (#25988)

This commit is contained in:
Erick Friis
2024-09-03 12:20:08 -07:00
committed by GitHub
parent 8590b421c4
commit 5a0e82c31c

View File

@@ -192,6 +192,9 @@ if __name__ == "__main__":
# for extended testing
found = False
for dir_ in LANGCHAIN_DIRS:
if dir_ == "libs/core" and IGNORE_CORE_DEPENDENTS:
dirs_to_run["extended-test"].add(dir_)
continue
if file.startswith(dir_):
found = True
if found: