Skip to content

Commit c12c55f

Browse files
authored
Deprecate Mambaforge for Miniforge in CI (#655)
1 parent b6c00af commit c12c55f

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/pip-checks.yml

-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ jobs:
3030
- name: Initiate empty environment
3131
uses: conda-incubator/setup-miniconda@v3
3232
with:
33-
miniforge-variant: Mambaforge
3433
miniforge-version: latest
3534
auto-update-conda: true
3635
use-mamba: true

.github/workflows/python-tests.yml

-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ jobs:
3131
- name: Initiate empty environment
3232
uses: conda-incubator/setup-miniconda@v3
3333
with:
34-
miniforge-variant: Mambaforge
3534
miniforge-version: latest
3635
auto-update-conda: true
3736
use-mamba: true

0 commit comments

Comments
 (0)