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 02193b9 commit 4390612Copy full SHA for 4390612
.github/actions/install-dependencies/action.yml
@@ -15,12 +15,12 @@ runs:
15
- name: Setup conda-forge
16
uses: conda-incubator/setup-miniconda@v2
17
with:
18
- miniforge-variant: Mambaforge
19
- miniforge-version: latest
+ # miniforge-variant: Mambaforge
+ # miniforge-version: latest
20
activate-environment: mpi-tutorial
21
python-version: ${{ inputs.python-version }}
22
# Do not use mamba as it resolves differently than conda
23
- use-mamba: false
+ # 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