diff --git a/.github/scripts/check_diff.py b/.github/scripts/check_diff.py index f02d59acad9..9c6d1bbdf31 100644 --- a/.github/scripts/check_diff.py +++ b/.github/scripts/check_diff.py @@ -5,9 +5,9 @@ from typing import Dict LANGCHAIN_DIRS = [ "libs/core", + "libs/community", "libs/langchain", "libs/experimental", - "libs/community", ] if __name__ == "__main__":