From 287a08c6878ecba4ecfb5c8a139131ce455c9520 Mon Sep 17 00:00:00 2001 From: Su Zhou Date: Mon, 3 Feb 2025 09:46:38 -0800 Subject: [PATCH] Disable cluster test on source (#175) --- .github/workflows/continuous_integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous_integration.yml b/.github/workflows/continuous_integration.yml index d65acb0..2c308d8 100644 --- a/.github/workflows/continuous_integration.yml +++ b/.github/workflows/continuous_integration.yml @@ -265,7 +265,7 @@ jobs: strategy: fail-fast: false matrix: - AG_VERSION: ["source", "1.1.0"] + AG_VERSION: ["1.1.0"] # TODO: add back "source" in CI. https://github.com/autogluon/autogluon-cloud/issues/174 needs: cloud_lint_check runs-on: ubuntu-latest steps: