Skip to content

Commit 5a55a81

Browse files
committed
chore(ci): Pin libitk (conda-forge/ants-feedstock#19)
1 parent 3828bf0 commit 5a55a81

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-test-publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,8 @@ jobs:
146146
uv tool install datalad-osf --with=datalad-next
147147
- name: Install fsl and ANTs
148148
run: |
149-
conda install fsl-fugue fsl-topup ants
149+
# 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'
150151
- uses: actions/cache@v4
151152
with:
152153
path: ~/.cache/templateflow

0 commit comments

Comments
 (0)