-
Notifications
You must be signed in to change notification settings - Fork 212
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
Avoid --find-links
.
#1583
Avoid --find-links
.
#1583
Conversation
This problem was discovered in 24.06 nightly tests where 24.08 nightlies were fetched instead. Due to an API break in 24.08, the tests no longer pass. https://github.com/rapidsai/rmm/actions/runs/9442913121/job/26005813021#step:8:103
|
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.
excellent, thanks!
/merge |
Avoid `pip --find-links` which can fail to install and fall back to older wheels. See rapidsai/build-planning#69 for more information. Authors: - Bradley Dice (https://github.com/bdice) Approvers: - James Lamb (https://github.com/jameslamb) URL: #1583
Avoid
pip --find-links
which can fail to install and fall back to older wheels. See rapidsai/build-planning#69 for more information.