Skip to content

Commit 09df9e8

Browse files
authored
Merge pull request #324 from nipreps/codex/investigate-files-not-found-issue-in-tests
FIX: Pin ANTs installation to version 2.4
2 parents b5d4419 + 84b7a7c commit 09df9e8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
# Override libiconv pre-installed from anaconda channel
116116
# See https://github.com/conda-forge/libitk-feedstock/issues/98
117117
# Since we're not creating a new environment, we must be explicit
118-
conda install -c conda-forge ants=2.5 libiconv
118+
conda install -c conda-forge ants=2.4 libitk=5.3 libiconv
119119
- name: Verify antsRegistration path
120120
run: |
121121
export PATH=$ANTSPATH:$PATH

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The project's source code lives under `src/nifreeze/` and tests under `tests/`.
2929

3030
- Some software needs to be installed prior to testing, for example ANTs
3131
```
32-
conda install -c conda-forge ants=2.5 libiconv
32+
conda install -c conda-forge ants=2.4 libitk=5.3 libiconv
3333
```
3434
- Notebooks generate figures with latex commands inside, therefore:
3535
```

0 commit comments

Comments
 (0)