Skip to content

Commit

Permalink
Add Homebrew installation and update PATH for Miniconda in CI pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
fbriol committed Nov 5, 2024
1 parent de0d292 commit 408183a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,12 +111,12 @@ jobs:
fetchDepth: 1
- bash: git submodule update --init --recursive
displayName: Initialize the submodules
- bash: echo "##vso[task.prependpath]/usr/local/bin"
displayName: Add Homebrew to PATH
- bash: brew install --cask miniconda
displayName: Install Miniconda with Homebrew
- bash: echo "##vso[task.prependpath]$CONDA/bin"
displayName: Add conda to PATH
- bash: ls -l / && ls -l /usr/ && ls -l /opt && ls -lR /usr/local
displayName: List directories
- bash: sudo chown -R 501:20 /usr/local/miniconda/pkgs
displayName: Fix permissions
- bash: conda create --yes --quiet --name Build
displayName: Create Anaconda environment
- bash: |
Expand Down

0 comments on commit 408183a

Please sign in to comment.