Skip to content

Commit

Permalink
Fix azure
Browse files Browse the repository at this point in the history
  • Loading branch information
xylar committed Feb 1, 2023
1 parent 711eadf commit 3089bbe
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down Expand Up @@ -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: |
Expand Down

0 comments on commit 3089bbe

Please sign in to comment.