-
Notifications
You must be signed in to change notification settings - Fork 197
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
Unpin dask
and distributed
for development and fix merge_labels
test
#1574
Conversation
dask
and distributed
for developmentdask
and distributed
for development and fix merge_labels
test
Merged changes from #1577, to pass the CI in this PR. |
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.
LGTM
/merge |
Wow, completely confused why this pytest is suddenly failing only for a single configuration. |
Looks like third time's a charm, :phew: |
This PR unpins
dask
anddistributed
to>=2023.5.1
for23.08
development.xref: rapidsai/cudf#13508
The offending test was using an rmm::device_scalar for some memory that should have been a vector. Not sure how this didn't fail in the past but these changes fix it.