Skip to content

Commit

Permalink
Revert "Debug chown"
Browse files Browse the repository at this point in the history
This reverts commit e259b2e.
  • Loading branch information
guyer committed Oct 3, 2024
1 parent 07ec7cb commit c5c884a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .azure/templates/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,7 @@ steps:

# 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: |
echo USER $USER
echo CONDA $CONDA
echo sudo chown -R $USER $CONDA
sudo chown -R $USER $CONDA
- bash: sudo chown -R $USER $CONDA
displayName: Take ownership of conda installation
condition: startsWith(variables.image, 'macos')

Expand Down

0 comments on commit c5c884a

Please sign in to comment.