Skip to content

Commit

Permalink
Replace conda PATH addition with directory listing in CI pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
fbriol committed Nov 5, 2024
1 parent 55e0342 commit 04fc57c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ jobs:
displayName: Initialize the submodules
- bash: echo "##vso[task.prependpath]$CONDA/bin"
displayName: Add conda to PATH
- bash: echo "##vso[task.prependpath]$CONDA/bin"
displayName: Add conda to PATH
- bash: ls -l / && ls -l /usr/ && echo $CONDA && ls -l $CONDA && ls -l $CONDA/pkgs
displayName: List directories
- bash: sudo chown -R 501:20 /usr/local/miniconda/pkgs
displayName: Fix permissions
- bash: conda create --yes --quiet --name Build
Expand Down

0 comments on commit 04fc57c

Please sign in to comment.