Skip to content

Commit

Permalink
Update CI pipeline to use Ubuntu 22.04 and fix conda ownership command
Browse files Browse the repository at this point in the history
  • Loading branch information
fbriol committed Nov 5, 2024
1 parent 56db1e3 commit 0b73f49
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ jobs:
summaryFileLocation: '$(System.DefaultWorkingDirectory)/**/coverage.xml'
reportDirectory: '$(System.DefaultWorkingDirectory)/**/htmlcov'
- job:
displayName: Ubuntu-20.04
displayName: Ubuntu-22.04
pool:
vmImage: 'ubuntu-20.04'
vmImage: 'ubuntu-22.04'
strategy:
matrix:
Python310:
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
displayName: Initialize the submodules
- bash: echo "##vso[task.prependpath]$CONDA/bin"
displayName: Add conda to PATH
- bash: sudo chown -R $USER $CONDA
- bash: sudo chown -R $USER $CONDA_PREFIX
displayName: Take ownership of conda installation
- bash: conda create --yes --quiet --name Build
displayName: Create Anaconda environment
Expand Down

0 comments on commit 0b73f49

Please sign in to comment.