diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 66fb0df..8e45736 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -34,8 +34,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: | @@ -161,8 +162,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: |