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 986ab77 commit 02193b9Copy full SHA for 02193b9
.github/actions/install-dependencies/action.yml
@@ -19,7 +19,8 @@ runs:
19
miniforge-version: latest
20
activate-environment: mpi-tutorial
21
python-version: ${{ inputs.python-version }}
22
- use-mamba: true
+ # Do not use mamba as it resolves differently than conda
23
+ use-mamba: false
24
# uncomment to install env in one go (without caching)
25
# environment-file: environment.yml
26
# needed for caching
0 commit comments