Skip to content

Commit

Permalink
conda user stuff again
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Feb 3, 2020
1 parent 9755e15 commit 3c8fff4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/azp/linux-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@ jobs:
vmImage: ubuntu-16.04
container:
image: continuumio/miniconda
options: --privileged --user 1001:1001
options: --privileged
timeoutInMinutes: 60
steps:
- script: |
sudo chown -R 1001 /opt/conda
. /opt/conda/etc/profile.d/conda.sh
source activate base
conda create --yes --quiet --name pdal
Expand Down

0 comments on commit 3c8fff4

Please sign in to comment.