mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-27 14:26:48 +00:00
infra: fix 0.3rc ci check (#25988)
This commit is contained in:
3
.github/scripts/check_diff.py
vendored
3
.github/scripts/check_diff.py
vendored
@@ -192,6 +192,9 @@ if __name__ == "__main__":
|
|||||||
# for extended testing
|
# for extended testing
|
||||||
found = False
|
found = False
|
||||||
for dir_ in LANGCHAIN_DIRS:
|
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_):
|
if file.startswith(dir_):
|
||||||
found = True
|
found = True
|
||||||
if found:
|
if found:
|
||||||
|
Reference in New Issue
Block a user