Skip to content

Commit 8435224

Browse files
committed
Revert "Debug $CONDA"
This reverts commit 4a72b06.
1 parent c5c884a commit 8435224

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.azure/templates/install.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,7 @@ steps:
2121
displayName: Install miniconda
2222
condition: startsWith(variables.image, 'macos')
2323
24-
- bash: |
25-
echo "# # vso [task.prependpath]$CONDA/bin"
26-
echo "##vso[task.prependpath]$CONDA/bin"
24+
- bash: echo "##vso[task.prependpath]$CONDA/bin"
2725
displayName: Add conda to PATH
2826
condition: or(startsWith(variables.image, 'macos'), startsWith(variables.image, 'ubuntu'))
2927

0 commit comments

Comments
 (0)