Skip to content

Commit df374dd

Browse files
authored
Fix conda setup
sagemath/sage#36468
1 parent 44758b2 commit df374dd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/conda.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,9 @@ jobs:
2626
uses: conda-incubator/setup-miniconda@v2
2727
with:
2828
auto-update-conda: true
29-
mamba-version: "*"
30-
channels: conda-forge,bioconda,defaults
29+
miniforge-version: latest
30+
use-mamba: true
31+
channels: conda-forge,bioconda
3132
channel-priority: true
3233
python-version: 3.8
3334

0 commit comments

Comments
 (0)