Skip to content

Commit 104dbcc

Browse files
committed
Use Miniforge in place of Mambaforge
Mambaforge is being retired: https://conda-forge.org/news/2024/07/29/sunsetting-mambaforge/.
1 parent cb1f9b0 commit 104dbcc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ jobs:
2727

2828
- uses: conda-incubator/setup-miniconda@v3
2929
with:
30-
miniforge-variant: Mambaforge
3130
miniforge-version: latest
3231
python-version: ${{ matrix.python-version }}
3332

@@ -38,7 +37,7 @@ jobs:
3837
3938
- name: Install requirements
4039
run: |
41-
mamba install --file=requirements.txt --file=requirements-testing.txt
40+
conda install --file=requirements.txt --file=requirements-testing.txt
4241
4342
- name: Build and install package
4443
run: pip install -e .

0 commit comments

Comments
 (0)