From c1e980ab67073d10bd76e834d7d949adeefaaac0 Mon Sep 17 00:00:00 2001 From: Chester Curme Date: Wed, 5 Feb 2025 11:18:23 -0500 Subject: [PATCH] temporarily just run cli in ci --- .github/scripts/check_diff.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/scripts/check_diff.py b/.github/scripts/check_diff.py index a588779b6c4..096c365f6f4 100644 --- a/.github/scripts/check_diff.py +++ b/.github/scripts/check_diff.py @@ -234,7 +234,8 @@ def _get_configs_for_multi_dirs( if __name__ == "__main__": - files = sys.argv[1:] + # files = sys.argv[1:] + files = ["libs/cli/pyproject.toml"] dirs_to_run: Dict[str, set] = { "lint": set(),