From 618fbfb03b4fbadf36eb359604d9a6bf6a65b354 Mon Sep 17 00:00:00 2001 From: Eliseo Marin-Rimoldi Date: Sun, 10 Nov 2024 00:13:56 -0500 Subject: [PATCH] Get rid of ownership change of conda directory for macOS --- azure-pipelines.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e30eb09..d357088 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -43,12 +43,6 @@ jobs: - bash : echo "##vso[task.prependpath]$(Build.SourcesDirectory)/Cassandra-1.3.1/bin" displayName: Add Cassandra 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 - condition: eq( variables['Agent.OS'], 'Darwin' ) - - bash: | conda config --set always_yes yes --set changeps1 no conda config --add channels conda-forge