-
Notifications
You must be signed in to change notification settings - Fork 94
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
Remove click pinning #932
Remove click pinning #932
Conversation
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, thanks @charlesbluca .
Looks like the failures here are unrelated, and caused by issues with the gpuCI runner's CUDA driver installation? |
Yes, looks like a CI issue |
rerun tests |
Suspect this CI issue is related to some other ones we have run into with CUDA Python not finding cc @galipremsagar (for awareness) |
Yes, all of Rapids CI is currently blocked on rapidsai/cudf#11058. |
rerun tests |
Codecov Report
@@ Coverage Diff @@
## branch-22.08 #932 +/- ##
==============================================
Coverage ? 0.00%
==============================================
Files ? 16
Lines ? 2094
Branches ? 0
==============================================
Hits ? 0
Misses ? 2094
Partials ? 0 Continue to review full report at Codecov.
|
@gpucibot merge |
With the
click
breakage in Distributed presumably resolved, we should be good removing this click pinning.Closes #931