From 9ac8f699db062356544aad6e72eaf31225cb9e19 Mon Sep 17 00:00:00 2001 From: Xylar Asay-Davis Date: Tue, 31 Jan 2023 20:33:17 -0700 Subject: [PATCH] Fix azure --- azure-pipelines.yml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 66fb0df..baf3725 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -34,8 +34,11 @@ jobs: eval "$(conda shell.bash hook)" conda config --add channels conda-forge conda config --set channel_priority strict - conda install --yes conda conda-build mamba boa - conda update --all --yes + conda update --yes --all + conda install --yes mamba + # workaround based on recent failures + rm /usr/share/miniconda/pkgs/cache/*.json + mamba install --yes conda-build boa displayName: Update conda base environment - bash: | @@ -161,8 +164,9 @@ jobs: eval "$(conda shell.bash hook)" conda config --add channels conda-forge conda config --set channel_priority strict - conda install --yes conda conda-build mamba boa - conda update --all --yes + conda update --yes --all + conda install --yes mamba + mamba install --yes conda-build boa displayName: Update conda base environment - bash: |