-
Notifications
You must be signed in to change notification settings - Fork 110
Combine conda install for local and channel based artifacts into one env create call #422
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
Combine conda install for local and channel based artifacts into one env create call #422
Conversation
|
Currently testing with the fix, also updated pr.yaml so I can trigger only conda, will remove those changes after this test. |
|
The issue has been fixed https://github.com/NVIDIA/cuopt/actions/runs/18142352669/job/51641202842?pr=422#step:10:1547 |
bdice
left a comment
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! Thanks for taking this on @rgsl888prabhu!
|
/merge |
Description
Earlier we created env with nightly packages first and then install local dependency later, but this can create issue with dependency and also take time to do it twice. Combing them in one will save time and edge cases.
Checklist