We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 110c85d commit d03b42fCopy full SHA for d03b42f
.travis.yml
@@ -43,7 +43,6 @@ install:
43
bash ./miniconda.sh -b -p ${HOME}/miniconda;
44
export PATH=${HOME}/miniconda/bin:$PATH;
45
conda info -a;
46
- conda update --yes conda;
47
48
if [ ${PROJECT} = "server" ]; then
49
conda install --yes python=${TRAVIS_PYTHON_VERSION} atlas numpy scipy scikit-learn;
0 commit comments