File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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.4 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
Original file line number Diff line number Diff 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.4 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 ```
You can’t perform that action at this time.
0 commit comments