diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index 50349feacb3..12e2650616e 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -390,8 +390,7 @@ jobs: sha: ${{ inputs.sha }} node_type: "gpu-l4-latest-1" continue-on-error: true - # TODO: Switch to ci-conda:25-10-latest when XGBoost has CUDA 13 packages - container_image: "rapidsai/ci-conda:26.02-cuda12.9.1-ubuntu24.04-py3.13" + container_image: "rapidsai/ci-conda:26.02-latest" script: | ci/cudf_pandas_scripts/third-party-integration/test.sh python/cudf/cudf_pandas_tests/third_party_integration_tests/dependencies.yaml pandas-tests: diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index c8c9dab4077..5a0c9bb8066 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -146,8 +146,7 @@ jobs: date: ${{ inputs.date }} sha: ${{ inputs.sha }} node_type: "gpu-l4-latest-1" - # TODO: Switch to ci-conda:25-10-latest when XGBoost has CUDA 13 packages - container_image: "rapidsai/ci-conda:26.02-cuda12.9.1-ubuntu24.04-py3.13" + container_image: "rapidsai/ci-conda:26.02-latest" script: | ci/cudf_pandas_scripts/third-party-integration/test.sh python/cudf/cudf_pandas_tests/third_party_integration_tests/dependencies.yaml continue-on-error: true