Skip to content

Commit a5fd03c

Browse files
authored
test: travis
1 parent 1196fba commit a5fd03c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ install:
3333
conda config --add channels conda-forge &&
3434
conda update --yes conda &&
3535
conda update --all -y python=$TRAVIS_PYTHON_VERSION &&
36-
conda install -y nipype &&
36+
conda install -y nipype icu==56.1 &&
3737
rm -r /home/travis/miniconda/lib/python${TRAVIS_PYTHON_VERSION}/site-packages/nipype* &&
3838
pip install -r requirements.txt &&
3939
pip install -e .[$NIPYPE_EXTRAS]; }

0 commit comments

Comments
 (0)