Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update gpuCI RAPIDS_VER to 24.12 #104

Merged
merged 2 commits into from
Sep 26, 2024
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
7 changes: 2 additions & 5 deletions ci/axis/dask.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,10 @@ LINUX_VER:
- ubuntu20.04

RAPIDS_VER:
- '24.08'
- '24.10'
- '24.12'

excludes:
# dask-image gpuCI isn't dependent on RAPIDS
- BUILD_NAME: dask_image
RAPIDS_VER: '24.08'
# Python 3.12 support was first added in RAPIDS 24.10
- PYTHON_VER: '3.12'
RAPIDS_VER: '24.08'
Comment on lines -25 to -27
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Making a note that we can drop this now, as both 24.10 and 24.12 should have python 3.12 builds available

RAPIDS_VER: '24.10'