We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a536e3b commit 7930e1fCopy full SHA for 7930e1f
.github/workflows/pythonpackage.yml
@@ -68,8 +68,10 @@ jobs:
68
uses: conda-incubator/setup-miniconda@v3
69
with:
70
python-version: ${{ matrix.python-version }}
71
- mamba-version: "*"
72
- channels: ${{ env.FSLCONDA }},conda-forge,defaults
+ # mamba env config does not work in 2.*
+ # Track: https://github.com/mamba-org/mamba/issues/1881
73
+ mamba-version: "1.*"
74
+ channels: ${{ env.FSLCONDA }},conda-forge
75
channel-priority: true
76
- name: Install FSL
77
run: |
0 commit comments