Skip to content

Commit

Permalink
Fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
movsic committed Feb 13, 2024
1 parent bcf2b5c commit 2069f14
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/scripts/check_diff.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,14 @@
".github/workflows",
".github/tools",
".github/actions",
"libs/core",
".github/scripts/check_diff.py",
)
):
dirs_to_run.update(LANGCHAIN_DIRS)
elif "libs/genai" in file:
dirs_to_run.update(("libs/genai"))
dirs_to_run.update({"libs/genai"})
elif "libs/vertexai" in file:
dirs_to_run.update(("libs/vertexai"))
dirs_to_run.update({"libs/vertexai"})
else:
pass
json_output = json.dumps(list(dirs_to_run))
Expand Down

0 comments on commit 2069f14

Please sign in to comment.