Skip to content

Commit 7930e1f

Browse files
committed
chore(ci): Fix miniforge installation
1 parent a536e3b commit 7930e1f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,10 @@ jobs:
6868
uses: conda-incubator/setup-miniconda@v3
6969
with:
7070
python-version: ${{ matrix.python-version }}
71-
mamba-version: "*"
72-
channels: ${{ env.FSLCONDA }},conda-forge,defaults
71+
# mamba env config does not work in 2.*
72+
# Track: https://github.com/mamba-org/mamba/issues/1881
73+
mamba-version: "1.*"
74+
channels: ${{ env.FSLCONDA }},conda-forge
7375
channel-priority: true
7476
- name: Install FSL
7577
run: |

0 commit comments

Comments
 (0)