Skip to content

Commit 3d1e644

Browse files
committed
fix command to update conda to a certain version
1 parent ebaaebd commit 3d1e644

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
@@ -32,8 +32,8 @@ before_install:
3232
hash -r &&
3333
conda config --set always_yes yes --set changeps1 no &&
3434
conda update -q conda &&
35+
conda install python=${TRAVIS_PYTHON_VERSION} &&
3536
conda config --add channels conda-forge &&
36-
conda update --all -y python=${TRAVIS_PYTHON_VERSION} &&
3737
conda install -y nipype icu &&
3838
rm -r ${CONDA_HOME}/lib/python${TRAVIS_PYTHON_VERSION}/site-packages/nipype*; }
3939
# Add install of vtk and mayavi to test mesh (disabled): conda install -y vtk mayavi

0 commit comments

Comments
 (0)