Skip to content

Commit bc40953

Browse files
committed
switch to Miniforge
1 parent 09045ae commit bc40953

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/python-package-conda-cache.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,11 @@ jobs:
3636
steps:
3737
- uses: actions/checkout@v2
3838

39-
- name: Setup Mambaforge
39+
- name: Setup Miniforge
4040
uses: conda-incubator/setup-miniconda@v2
4141
with:
42-
miniforge-variant: Mambaforge
4342
miniforge-version: latest
4443
activate-environment: my-env
45-
use-mamba: true
4644

4745
- name: Set cache date
4846
run: echo "DATE=$(date +'%Y%m%d')" >> $GITHUB_ENV
@@ -54,7 +52,7 @@ jobs:
5452
id: cache
5553

5654
- name: Update environment
57-
run: mamba env update -n my-env -f environment.yml
55+
run: conda env update -n my-env -f environment.yml
5856
if: steps.cache.outputs.cache-hit != 'true'
5957

6058
- name: Run tests

0 commit comments

Comments
 (0)