Skip to content

Commit 02193b9

Browse files
committed
Deactivate mamba
1 parent 986ab77 commit 02193b9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/actions/install-dependencies/action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ runs:
1919
miniforge-version: latest
2020
activate-environment: mpi-tutorial
2121
python-version: ${{ inputs.python-version }}
22-
use-mamba: true
22+
# Do not use mamba as it resolves differently than conda
23+
use-mamba: false
2324
# uncomment to install env in one go (without caching)
2425
# environment-file: environment.yml
2526
# needed for caching

0 commit comments

Comments
 (0)