Skip to content

Commit

Permalink
Disable cluster test on source (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
suzhoum authored Feb 3, 2025
1 parent 3302281 commit 287a08c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 287a08c

Please # to comment.