rapidsai / cuml

cuML - RAPIDS Machine Learning Library
https://docs.rapids.ai/api/cuml/stable/
Apache License 2.0
4.26k stars 535 forks source link

make conda installs in CI stricter #6103

Closed jameslamb closed 1 month ago

jameslamb commented 1 month ago

Description

Contributes to https://github.com/rapidsai/build-planning/issues/106

Proposes specifying the RAPIDS version in conda install calls that install CI artifacts, to reduce the risk of CI jobs picking up artifacts from other releases.

Notes for Reviewers

This only changes the docs build, because other packages already solve in a single conda install with version constraints, thanks to #5781.

dantegd commented 1 month ago

/merge

jameslamb commented 1 month ago

Thanks for merging this @dantegd . Sorry, I realized there was a minor mistake here and hadn't yet made it back to update this PR. See #6104.

dantegd commented 1 month ago

Apologies for merging too soon @jameslamb, saw Bradley's approval and was happy to get it in asap :)

jameslamb commented 1 month ago

No prob, my fault for not making it back here fast enough 😂