-
Notifications
You must be signed in to change notification settings - Fork 534
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
Remove hard-coding of RAPIDS version where possible #5793
Remove hard-coding of RAPIDS version where possible #5793
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.
ci/release/update-version.sh can drop the sed logic for updating the CMakeLists.txt
Will update once this round of CI is finished. |
Thanks Kyle! 🙏 Think we can also make these changes: rapidsai/build-planning#15 (comment) + rapidsai/build-planning#15 (comment) |
It seems that cuml is already using that approach: Line 48 in 73e04e2
|
/merge |
VERSION
file from CMakecuml.__version__
from docs buildVERSION
file fromci/build_docs.sh
Issue: rapidsai/build-planning#15