Skip to content

Commit

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

Expand Down

0 comments on commit 8435224

Please sign in to comment.