Skip to content

Commit d03b42f

Browse files
authored
Disable updating miniconda to avoid their missing compiler bug (#351)
Signed-off-by: Nir Izraeli <[email protected]>
1 parent 110c85d commit d03b42f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ install:
4343
bash ./miniconda.sh -b -p ${HOME}/miniconda;
4444
export PATH=${HOME}/miniconda/bin:$PATH;
4545
conda info -a;
46-
conda update --yes conda;
4746

4847
if [ ${PROJECT} = "server" ]; then
4948
conda install --yes python=${TRAVIS_PYTHON_VERSION} atlas numpy scipy scikit-learn;

0 commit comments

Comments
 (0)