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 3828bf0 commit 5a55a81Copy full SHA for 5a55a81
.github/workflows/build-test-publish.yml
@@ -146,7 +146,8 @@ jobs:
146
uv tool install datalad-osf --with=datalad-next
147
- name: Install fsl and ANTs
148
run: |
149
- conda install fsl-fugue fsl-topup ants
+ # libitk 5.4.1+ segfaults with ants 2.5.4
150
+ conda install fsl-fugue fsl-topup ants 'libitk!=5.4.1,!=5.4.2'
151
- uses: actions/cache@v4
152
with:
153
path: ~/.cache/templateflow
0 commit comments