We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4390612 commit f5cf239Copy full SHA for f5cf239
.github/actions/install-dependencies/action.yml
@@ -41,6 +41,7 @@ runs:
41
42
- name: Update environment
43
if: steps.cache-env.outputs.cache-hit != 'true'
44
+ # Change to mamba if we want to use it
45
run:
- mamba env update -n mpi-tutorial -f environment.yml
46
+ conda env update -n mpi-tutorial -f environment.yml
47
shell: bash -el {0}
0 commit comments