diff --git a/.azure/templates/install.yml b/.azure/templates/install.yml index 5b05a802de..c7497ba285 100644 --- a/.azure/templates/install.yml +++ b/.azure/templates/install.yml @@ -10,7 +10,9 @@ parameters: default: scipy steps: - - bash: echo "##vso[task.prependpath]$CONDA/bin" + - bash: | + echo "# # vso [task.prependpath]$CONDA/bin" + echo "##vso[task.prependpath]$CONDA/bin" displayName: Add conda to PATH condition: or(startsWith(variables.image, 'macos'), startsWith(variables.image, 'ubuntu'))