-
Notifications
You must be signed in to change notification settings - Fork 5
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 verify-alpha-spec hook #28
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.
The implementation looks good. I validated the logic, but didn't check that all the YAML tags were right; I'm trusting the tests to do that since the tests also look correct. It's probably worth getting one more set of eyes on this PR, but it generally looks right to me. We have to figure out where we're going to put this to run in release mode, though.
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 good to me. The only thing left from my side is to check on dask-cuda
.
With rapids-build-backend invoking rapids-dependency-file-generator, we want all dependencies to have the alpha spec (
>=0.0..0a0
) so that we don't have to usesed
to add it. Add a hook to enforce this (and to enforce removing it for production).