From 843522462bda37629da984e64f0b6136756840da Mon Sep 17 00:00:00 2001 From: Jonathan Guyer Date: Thu, 3 Oct 2024 13:42:34 -0400 Subject: [PATCH] Revert "Debug $CONDA" This reverts commit 4a72b0657f055a826cc6085b7f052ac17ea65e91. --- .azure/templates/install.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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'))