diff --git a/.azure/templates/install.yml b/.azure/templates/install.yml index 73d290e566..c5796e5b83 100644 --- a/.azure/templates/install.yml +++ b/.azure/templates/install.yml @@ -21,9 +21,7 @@ steps: displayName: Install miniconda condition: startsWith(variables.image, 'macos') - - bash: | - echo "# # vso [task.prependpath]$CONDA/bin" - echo "##vso[task.prependpath]$CONDA/bin" + - bash: echo "##vso[task.prependpath]$CONDA/bin" displayName: Add conda to PATH condition: or(startsWith(variables.image, 'macos'), startsWith(variables.image, 'ubuntu'))