Skip to content

Commit f5cf239

Browse files
committed
Remove mamba
1 parent 4390612 commit f5cf239

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
@@ -41,6 +41,7 @@ runs:
4141

4242
- name: Update environment
4343
if: steps.cache-env.outputs.cache-hit != 'true'
44+
# Change to mamba if we want to use it
4445
run:
45-
mamba env update -n mpi-tutorial -f environment.yml
46+
conda env update -n mpi-tutorial -f environment.yml
4647
shell: bash -el {0}

0 commit comments

Comments
 (0)