-
Notifications
You must be signed in to change notification settings - Fork 28
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
Bugfix: Remove MRC_USE_CONDA option since it must always be On #539
Bugfix: Remove MRC_USE_CONDA option since it must always be On #539
Conversation
Signed-off-by: Will Killian <[email protected]>
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.
I think you need to update scripts/compile.sh
as well, and a few more in the ./ci
dir
@dagardner-nv this is MRC, not Morpheus |
#99) Yet another PR for the cleanup of `_USE_CONDA` options This is another step in nv-morpheus/Morpheus#2154 which is required by Morpheus after merging nv-morpheus/MRC#539 Authors: - Will Killian (https://github.com/willkill07) Approvers: - David Gardner (https://github.com/dagardner-nv) URL: #99
/merge |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## branch-25.06 #539 +/- ##
================================================
+ Coverage 73.98% 74.03% +0.05%
================================================
Files 407 407
Lines 15104 15103 -1
Branches 1198 1198
================================================
+ Hits 11174 11181 +7
+ Misses 3930 3922 -8
Flags with carried forward coverage won't be shown. Click here to find out more. see 1 file with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
Description
MRC_USE_CONDA
since it must always be on.mrc.code-workspace
This necessary as part of nv-morpheus/Morpheus#2154
Checklist