Skip to content

Update input_utils CI tests to account for cuDF update#7660

Merged
jameslamb merged 2 commits intorapidsai:mainfrom
viclafargue:to_pylibcudf-update
Jan 12, 2026
Merged

Update input_utils CI tests to account for cuDF update#7660
jameslamb merged 2 commits intorapidsai:mainfrom
viclafargue:to_pylibcudf-update

Conversation

@viclafargue
Copy link
Contributor

No description provided.

@viclafargue viclafargue requested a review from a team as a code owner January 9, 2026 14:03
@viclafargue viclafargue requested a review from betatim January 9, 2026 14:03
@github-actions github-actions bot added the Cython / Python Cython or Python issue label Jan 9, 2026
@jameslamb jameslamb added improvement Improvement / enhancement to an existing function non-breaking Non-breaking change labels Jan 12, 2026
@jameslamb
Copy link
Member

jameslamb commented Jan 12, 2026

I've re-run CI for you (devcontainers should be fixed now that #7658 is resolved) and added the PR labels that Label Checker is looking for.

The devcontainers jobs are failing like this:

Error: Dev container build failed: Dev container config (/home/runner/_work/cuml/cuml/repo/.devcontainer/cuda13.0-conda/devcontainer.json) not found. (exit code: undefined)

(build link)

That's expected because of a misconfiguration from #7128 that was turned from a warning to an error by rapidsai/shared-workflows#487

Given that this only touched Python code (and so shouldn't affect devcontainers CI), I'd be comfortable merging it to unblock CI if all other jobs fail.

The devcontainers CI will be fixed on #7650, but that's blocked by the cudf issue that this PR is trying to fix.

TypeError: ColumnBase.to_pylibcudf() got an unexpected keyword argument 'mode'

(build link)

Proposal

  1. admin-merge this PR
  2. update build and test against CUDA 13.1.0 #7650
  3. merge build and test against CUDA 13.1.0 #7650 normally

@jameslamb
Copy link
Member

Everything except devcontainers passed here and the devcontainers CI will be fixed in #7650, so admin-merging this (with @csadorf 's permission from an offline conversation).

@jameslamb jameslamb merged commit a5d42dc into rapidsai:main Jan 12, 2026
184 of 195 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Cython / Python Cython or Python issue improvement Improvement / enhancement to an existing function non-breaking Non-breaking change

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants