Skip to content

Commit 4390612

Browse files
committed
Update action
1 parent 02193b9 commit 4390612

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ runs:
1515
- name: Setup conda-forge
1616
uses: conda-incubator/setup-miniconda@v2
1717
with:
18-
miniforge-variant: Mambaforge
19-
miniforge-version: latest
18+
# miniforge-variant: Mambaforge
19+
# miniforge-version: latest
2020
activate-environment: mpi-tutorial
2121
python-version: ${{ inputs.python-version }}
2222
# Do not use mamba as it resolves differently than conda
23-
use-mamba: false
23+
# use-mamba: false
2424
# uncomment to install env in one go (without caching)
2525
# environment-file: environment.yml
2626
# needed for caching

0 commit comments

Comments
 (0)