mirror of
https://github.com/hwchase17/langchain.git
synced 2026-02-22 07:05:36 +00:00
move all extended_testing_deps.txt
This commit is contained in:
4
.github/scripts/check_diff.py
vendored
4
.github/scripts/check_diff.py
vendored
@@ -68,7 +68,9 @@ def dependents_graph() -> dict:
|
||||
|
||||
# load extended deps from extended_testing_deps.txt
|
||||
package_path = Path(path).parent
|
||||
extended_requirement_path = package_path / "extended_testing_deps.txt"
|
||||
extended_requirement_path = (
|
||||
package_path / "extended_dependencies" / "extended_testing_deps.txt"
|
||||
)
|
||||
if extended_requirement_path.exists():
|
||||
with open(extended_requirement_path, "r") as f:
|
||||
extended_deps = f.read().splitlines()
|
||||
|
||||
Reference in New Issue
Block a user