-
Notifications
You must be signed in to change notification settings - Fork 15
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
make conda installs in CI stricter #106
Conversation
@@ -5,6 +5,8 @@ set -euo pipefail | |||
|
|||
. /opt/conda/etc/profile.d/conda.sh | |||
|
|||
VERSION="$(head -1 pynvjitlink/VERSION)" |
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.
ref:
pynvjitlink/conda/recipes/pynvjitlink/meta.yaml
Lines 4 to 7 in 14639d8
{% set version = load_file_regex( | |
load_file="pynvjitlink/VERSION", | |
regex_pattern="(?P<value>.*)" | |
)[0] %} |
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.
Thanks @jameslamb. I think this is ready to merge.
Great, thanks! |
/merge |
Thanks all! 🙏 |
Description
Contributes to rapidsai/build-planning#106
Proposes specifying the package version in
conda install
calls that install CI artifacts, to reduce the risk of CI jobs picking up artifacts from other releases.