Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions build_tools/azure/posix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
- bash: echo "##vso[task.prependpath]$CONDA/bin"
displayName: Add conda to PATH
condition: eq(variables['DISTRIB'], 'conda')
- bash: sudo chown -R $USER $CONDA
displayName: Take ownership of conda installation
condition: eq(variables['DISTRIB'], 'conda')
- script: |
build_tools/azure/install.sh
displayName: 'Install'
Expand Down