Skip to content

Commit 0e1d166

Browse files
Use mambaforge variant
1 parent e70a2f1 commit 0e1d166

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/conda-package.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,9 @@ jobs:
8585

8686
- uses: conda-incubator/setup-miniconda@v3
8787
with:
88+
miniforge-variant: Mambaforge
8889
miniforge-version: latest
89-
activate-environment: test
90+
activate-environment: build
9091
channels: conda-forge
9192
python-version: ${{ matrix.python }}
9293

0 commit comments

Comments
 (0)