Skip to content

Commit

Permalink
Take ownership of azure conda path
Browse files Browse the repository at this point in the history
  • Loading branch information
leouieda committed Sep 14, 2019
1 parent 9f9b9d2 commit 89ed643
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,12 @@ jobs:
- bash: echo "##vso[task.prependpath]$CONDA/bin"
displayName: Add conda to PATH

# On Hosted macOS, the agent user doesn't have ownership of Miniconda's installation
# directory We need to take ownership if we want to update conda or install packages
# globally
- bash: sudo chown -R $USER $CONDA
displayName: Take ownership of conda installation

# Get the Fatiando CI scripts
- bash: git clone --branch=1.1.1 --depth=1 https:/fatiando/continuous-integration.git
displayName: Fetch the Fatiando CI scripts
Expand Down

0 comments on commit 89ed643

Please sign in to comment.