Skip to content

Commit d3dda20

Browse files
authored
Update Mambaforge to Miniforge3 in test GHA (#302)
* remove defaults channel * Miniforge3
1 parent 3c22d80 commit d3dda20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ jobs:
5959
- name: "mambaforge setup (python ${{ matrix.python-version }})"
6060
uses: conda-incubator/setup-miniconda@v3
6161
with:
62-
miniforge-variant: Mambaforge
62+
miniforge-variant: Miniforge3
6363
miniforge-version: latest
64-
channels: conda-forge,defaults
64+
channels: conda-forge
6565
channel-priority: true
6666
auto-update-conda: true
6767
environment-file: "requirements/locks/py${{ matrix.python-version }}-linux-64.lock"

0 commit comments

Comments
 (0)