Combine conda install for local and channel based artifacts into one env create call#422
Merged
rapids-bot[bot] merged 10 commits intoNVIDIA:branch-25.10from Oct 1, 2025
Merged
Conversation
Collaborator
Author
|
Currently testing with the fix, also updated pr.yaml so I can trigger only conda, will remove those changes after this test. |
Collaborator
Author
|
The issue has been fixed https://github.com/NVIDIA/cuopt/actions/runs/18142352669/job/51641202842?pr=422#step:10:1547 |
tmckayus
approved these changes
Sep 30, 2025
bdice
approved these changes
Sep 30, 2025
Contributor
bdice
left a comment
There was a problem hiding this comment.
Looks good to me! Thanks for taking this on @rgsl888prabhu!
Collaborator
Author
|
/merge |
jieyibi
pushed a commit
to yining043/cuopt
that referenced
this pull request
Mar 26, 2026
…env create call (NVIDIA#422) 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. Authors: - Ramakrishnap (https://github.com/rgsl888prabhu) Approvers: - Trevor McKay (https://github.com/tmckayus) - Bradley Dice (https://github.com/bdice) URL: NVIDIA#422
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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