diff --git a/.azure-pipelines/linux-conda-CI.yml b/.azure-pipelines/linux-conda-CI.yml index c06e6ad06..f13980631 100644 --- a/.azure-pipelines/linux-conda-CI.yml +++ b/.azure-pipelines/linux-conda-CI.yml @@ -221,9 +221,9 @@ jobs: maxParallel: 3 steps: - - script: | - sudo install -d -m 0777 /home/vsts/.conda/envs - displayName: Fix Conda permissions + # - script: | + # sudo install -d -m 0777 /home/vsts/.conda/envs + # displayName: Fix Conda permissions - task: UsePythonVersion@0 inputs: