diff --git a/context/notebooks.sh b/context/notebooks.sh index dc982828..ca7462bb 100755 --- a/context/notebooks.sh +++ b/context/notebooks.sh @@ -9,13 +9,7 @@ set -euo pipefail -# TODO: restore cuml notebook testing on CUDA 13 once there are CUDA 13 xgboost packages and 'rapids' depends on them -# ref: https://github.com/rapidsai/integration/issues/798 -if [[ "${CUDA_VER%%.*}" == "12" ]]; then - NOTEBOOK_REPOS=(cudf cuml cugraph) -else - NOTEBOOK_REPOS=(cudf cugraph) -fi +NOTEBOOK_REPOS=(cudf cuml cugraph) mkdir -p /notebooks /dependencies for REPO in "${NOTEBOOK_REPOS[@]}"; do