summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorROUVREAU Vincent <vincent.rouvreau@inria.fr>2020-05-04 19:29:02 +0200
committerROUVREAU Vincent <vincent.rouvreau@inria.fr>2020-05-04 19:29:02 +0200
commit5d03351f22f2511e3f5159f19f54b21bf2a04d61 (patch)
tree9bfb82077986d570f1386773d9aa03e9916bec3d /azure-pipelines.yml
parentd2a9aed9ada419b7715a77322ad17ddf3535d133 (diff)
sudo ?
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index fccb7d57..b50bd91a 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -19,7 +19,7 @@ jobs:
- bash: echo "##vso[task.prependpath]$CONDA/bin"
displayName: Add conda to PATH
- - bash: conda create --yes --quiet --name gudhi_build_env
+ - bash: sudo conda create --yes --quiet --name gudhi_build_env
displayName: Create Anaconda environment
- bash: |