-
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
Add wheel builds #1013
Add wheel builds #1013
Conversation
…ll revisit if UCX fails in testing)
1ba208d
to
64d7bde
Compare
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
.github/workflows/wheels.yml
Outdated
on: | ||
push: | ||
branches: | ||
- 'pull-request/[0-9]+' |
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.
We don't have the GPU resources currently to run the build / test workflows on every pull request. We'll need to either run a reduced build / test matrix for PRs or configure this workflow to run on a different event type.
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.
I've been waiting for each PR to get approved before removing this so that everything up to the final set of changes is tested. Since it looks like we're ready I'll go ahead and update.
rerun tests |
rerun tests |
1 similar comment
rerun tests |
@gpucibot merge |
This PR enables building wheels for pylibraft and raft-dask.