Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into multiple-restart
Browse files Browse the repository at this point in the history
  • Loading branch information
emarinri committed Nov 10, 2024
2 parents 3609ead + 618fbfb commit 4eb03a6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4eb03a6

Please sign in to comment.