File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 1111 pool :
1212 vmImage : macOS-10.14
1313 steps :
14+ # Add conda to bash
15+ - bash : echo "##vso[task.prependpath]$CONDA/bin"
16+ displayName : Add conda to PATH
17+
18+ # On Hosted macOS, the agent user doesn't have ownership of Miniconda's installation directory/
19+ # We need to take ownership if we want to update conda or install packages globally
20+ - bash : sudo chown -R $USER $CONDA
21+ displayName : Take ownership of conda installation
1422 - template : templates/setup-script.yml
1523 - template : templates/nb-docs.yml
1624
2634 pool :
2735 vmImage : ubuntu-16.04
2836 steps :
37+ - bash : echo "##vso[task.prependpath]$CONDA/bin"
38+ displayName : Add conda to PATH
2939 - template : templates/setup-script.yml
3040 - template : templates/nb-docs.yml
You can’t perform that action at this time.
0 commit comments