-
Notifications
You must be signed in to change notification settings - Fork 913
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
Test the full matrix for polars and dask wheels on nightlies #17320
Test the full matrix for polars and dask wheels on nightlies #17320
Conversation
This reverts commit 51d14a1.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One question but all looks fine to me.
DESELECTED_TESTS+=("tests/benchmark/test_pdsh.py::test_pdsh") | ||
# The connectorx package is not available on arm | ||
DESELECTED_TESTS+=("tests/unit/io/database/test_read.py::test_read_database") | ||
# The necessary timezone information cannot be found in our CI image. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What timezone info are we missing?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can see the failures in https://github.com/rapidsai/cudf/actions/runs/11846396105/job/33015080248
/merge |
Description
This PR ensures that we have nightly coverage of more of the CUDA/Python/arch versions that we claim to support for dask-cudf and cudf-polars wheels.
In addition, this PR ensures that we do not attempt to run the dbgen executable in the Polars repository on systems with too old of a glibc to support running them.
Checklist