Skip to content

Commit a0201cb

Browse files
committed
CI: fix Conda builds
1 parent 278757c commit a0201cb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/conda.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,10 @@ jobs:
3434

3535
- uses: conda-incubator/setup-miniconda@v3
3636
with:
37-
miniforge-variant: Mambaforge
3837
miniforge-version: latest
38+
use-mamba: true
39+
channels: conda-forge
40+
auto-update-conda: true
3941

4042
- name: Setup
4143
shell: bash -l {0}

0 commit comments

Comments
 (0)