mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-27 06:18:05 +00:00
infra: also run lint/test on rc (#25992)
This commit is contained in:
3
.github/scripts/check_diff.py
vendored
3
.github/scripts/check_diff.py
vendored
@@ -97,8 +97,7 @@ def add_dependents(dirs_to_eval: Set[str], dependents: dict) -> List[str]:
|
|||||||
for dir_ in dirs_to_eval:
|
for dir_ in dirs_to_eval:
|
||||||
# handle core manually because it has so many dependents
|
# handle core manually because it has so many dependents
|
||||||
if "core" in dir_:
|
if "core" in dir_:
|
||||||
if not IGNORE_CORE_DEPENDENTS:
|
updated.add(dir_)
|
||||||
updated.add(dir_)
|
|
||||||
continue
|
continue
|
||||||
pkg = "langchain-" + dir_.split("/")[-1]
|
pkg = "langchain-" + dir_.split("/")[-1]
|
||||||
updated.update(dependents[pkg])
|
updated.update(dependents[pkg])
|
||||||
|
Reference in New Issue
Block a user