From f823bd116a6ad329733a0fcbe638ce5fa74503ed Mon Sep 17 00:00:00 2001 From: Vyas Ramasubramani Date: Mon, 8 Sep 2025 06:55:33 -0700 Subject: [PATCH] Also use the CUDA 12 container for nightlies --- .github/workflows/test.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 340d68b805f..d3a800ccdb3 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -140,7 +140,8 @@ jobs: date: ${{ inputs.date }} sha: ${{ inputs.sha }} node_type: "gpu-l4-latest-1" - container_image: "rapidsai/ci-conda:25.10-latest" + # TODO: Switch to ci-conda:25-10-latest when XGBoost has CUDA 13 packages + container_image: "rapidsai/ci-conda:25.10-cuda12.9.1-ubuntu24.04-py3.13" script: | ci/cudf_pandas_scripts/third-party-integration/test.sh python/cudf/cudf_pandas_tests/third_party_integration_tests/dependencies.yaml wheel-tests-cudf-polars: