Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 1 addition & 7 deletions context/notebooks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading