Skip to content

Commit 7dd6ae2

Browse files
committed
WIP
1 parent 4b95228 commit 7dd6ae2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ci/azure/posix.yml

+5
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ jobs:
3333
rm -f /usr/local/miniconda/pkgs/cache/*.json
3434
# Installing Mamba to a fresh env is much faster (5 min vs. 1 min)
3535
conda create -y -n mamba-env -c conda-forge 'mamba>=0.22'
36+
conda init bash
37+
displayName: Install Mamba
38+
39+
- script: |
40+
set -eux
3641
conda activate mamba-env
3742
displayName: Install Mamba
3843

0 commit comments

Comments
 (0)