Skip to content

Commit

Permalink
Debug $CONDA
Browse files Browse the repository at this point in the history
  • Loading branch information
guyer committed Oct 2, 2024
1 parent e259b2e commit 4a72b06
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .azure/templates/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'))
Expand Down

0 comments on commit 4a72b06

Please sign in to comment.