Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
ccurme committed Feb 4, 2025
1 parent 5f44833 commit 03ae7d4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/scripts/check_diff.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,7 @@ def dependents_graph() -> dict:
"""
dependents = defaultdict(set)

# for path in glob.glob("./libs/**/pyproject.toml", recursive=True):
# TODO: fix this
for path in ["./libs/langchain/pyproject.toml", "./libs/core/pyproject.toml"]:
for path in glob.glob("./libs/**/pyproject.toml", recursive=True):
if "template" in path:
continue

Expand Down

0 comments on commit 03ae7d4

Please sign in to comment.