-
Notifications
You must be signed in to change notification settings - Fork 311
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
Add package to the list of dependencies #2858
Add package to the list of dependencies #2858
Conversation
rerun tests |
rerun tests |
rerun tests |
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.
py and range changes look good.
@gpucibot merge |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## branch-22.12 #2858 +/- ##
===============================================
Coverage ? 46.64%
===============================================
Files ? 114
Lines ? 6395
Branches ? 0
===============================================
Hits ? 2983
Misses ? 3412
Partials ? 0 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
@gpucibot merge |
A breaking
pytest
change removed thepy
package from its list of dependencies causing the SG/MG tests to fail.This PR adds the package to our list of dependencies.
In addition to the above, this PR also:
fanout_vals
when testinguniform_neighbor_sampling
device_buffer_unique_ptr
to cuDF buffer through the callas_buffer()
closes #2857
closes #2881