-
Notifications
You must be signed in to change notification settings - Fork 16
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 ability to pull a wheel artifact as well as a conda one #131
Conversation
Have you seen that there's already a https://github.com/rapidsai/gha-tools/blob/main/tools/rapids-get-pr-wheel-artifact I've found it helpful for testing PRs that rely on wheels from other PRs / repos. |
Wow. Well... no 😢 my local copy of gha-tools must have been very out of date, and I haven't done nearly as much wheel development of late. Ah well. I guess the question now is whether it's worth using this PR as an opportunity for cleanup to make |
I'm supportive of consolidating more of the shared logic into one place like this, if you want to spend the time on it! Happy to review and help test. If |
If I hadn't already written this I wouldn't bother with the work, but now that I've come this far it seems a shame to waste it. It shouldn't take more than a few minutes to propagate the changes
Sure I can do that. In the long run maybe it would make more sense to not have separate tools at all, but that's a minor cleanup task that we could do later. |
Done. |
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.
Just one minor suggestion, do what you want with it, otherwise this looks good to me!
This generalizes the preexisting
rapids-get-pr-conda-artifact
to support wheels viarapids-get-pr-artifact
. The former is now a trivial passthrough to the latter for backwards compatibility.