-
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
Build wheels alongside conda CI #1116
Build wheels alongside conda CI #1116
Conversation
Codecov ReportBase: 87.99% // Head: 87.99% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## branch-23.02 #1116 +/- ##
=============================================
Coverage 87.99% 87.99%
=============================================
Files 21 21
Lines 483 483
=============================================
Hits 425 425
Misses 58 58 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. |
Create new wheel build parameters: `before-wheel` This allows us to use `rapids-download-wheels-from-s3` to have inter-dependent wheels within a single workflow download the dependency wheels _built in this current workflow run_ instead of pulling the nightly published copy. Tested for pure wheels in cuDF: rapidsai/cudf#12427 Tested for manylinux wheels in RAFT: rapidsai/raft#1116
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.
Looks great!
/merge |
This PR adds pip wheel CI to the Conda CI, instead of having them work separately.