Skip to content

Commit

Permalink
Update azure-pipelines.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
holoviz-developers committed Feb 23, 2019
1 parent ee0ba41 commit 006b21f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ jobs:
- script: echo "##vso[task.prependpath]/usr/share/miniconda/bin"
displayName: Add conda to PATH

- script: sudo install -d -m 0777 /usr/share/miniconda/
- script: |
sudo install -d -m 0777 /usr/share/miniconda/
sudo install -d -m 0777 /usr/share/miniconda/envs
displayName: Fix Conda permissions
- script: |
Expand Down

0 comments on commit 006b21f

Please sign in to comment.