-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Bypass conda service when creating daemons #9454
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
Conversation
Kudos, SonarCloud Quality Gate passed!
|
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.
🕐
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'm a little nervous with this one. What bug is causing you to make this change? conda run is working for me on my machine. |
Today the daemon works using |
Codecov Report
@@ Coverage Diff @@
## master #9454 +/- ##
==========================================
+ Coverage 60.91% 60.91% +<.01%
==========================================
Files 530 530
Lines 28650 28650
Branches 4344 4344
==========================================
+ Hits 17451 17452 +1
+ Misses 10246 10245 -1
Partials 953 953
Continue to review full report at Codecov.
|
* Bypass conda run for DS code
Related to #9444
(do not use conda service
conda run
when starting the daemon)