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