Skip to content

Commit f7abb18

Browse files
committed
chore: Disable libitk 5.4.1+ until ANTs segfault is resolved
1 parent d61a4ef commit f7abb18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
- name: Install fsl and ANTs
148148
run: |
149149
# 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'
150+
conda install fsl-fugue fsl-topup ants 'libitk=5.4.0'
151151
- uses: actions/cache@v4
152152
with:
153153
path: ~/.cache/templateflow

0 commit comments

Comments
 (0)