Use conda run
in execObservable and execObservableOutput when it is possible to stream the output
#8473
Labels
area-environments
Features relating to handling interpreter environments
debt
Covers everything internal: CI, testing, refactoring of the codebase, etc.
needs PR
Ready to be worked on
As of #7696
conda run
buffers its output, so it's not possible to use it viagetExecutionInfo
for PythonExecutionService.execObservable and execModuleObservable. Update these methods when the upstream conda issue gets fixed.The text was updated successfully, but these errors were encountered: