From c980a9855e7d482441aaebdff973bc8fc59689d6 Mon Sep 17 00:00:00 2001 From: Xylar Asay-Davis Date: Sun, 30 May 2021 15:46:01 +0200 Subject: [PATCH] Update to latest vmimages in Azure --- azure-pipelines.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 4cfd25f0..192cf543 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -2,7 +2,7 @@ jobs: - job: displayName: linux pool: - vmImage: 'ubuntu-16.04' + vmImage: 'ubuntu-latest' strategy: matrix: Python37: @@ -116,7 +116,7 @@ jobs: - job: displayName: osx pool: - vmImage: 'macOS-10.14' + vmImage: 'macOS-latest' strategy: matrix: Python37: @@ -130,6 +130,9 @@ jobs: - bash: echo "##vso[task.prependpath]$CONDA/bin" displayName: Add conda to PATH + - bash: sudo chown -R 501:20 /usr/local/miniconda/pkgs + displayName: Fix permissions + - bash: | conda config --add channels conda-forge conda config --set channel_priority strict