Skip to content

Commit

Permalink
Merge pull request #8 from movsic/main
Browse files Browse the repository at this point in the history
Fix ci
  • Loading branch information
lkuligin authored Feb 13, 2024
2 parents da64bc9 + 2069f14 commit 3f2e0c4
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 3f2e0c4

Please sign in to comment.