File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ sudo -E apt-get -yq update
88
88
sudo -E apt-get -yq remove texlive-binaries --purge
89
89
sudo -E apt-get -yq --no-install-suggests --no-install-recommends --force-yes \
90
90
install dvipng texlive-latex-base texlive-latex-extra \
91
- texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended latexmk
91
+ texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended
92
92
93
93
# deactivate circleci virtualenv and setup a miniconda env instead
94
94
if [[ ` type -t deactivate` ]]; then
@@ -105,7 +105,7 @@ conda update --yes --quiet conda
105
105
# Configure the conda environment and put it in the path using the
106
106
# provided versions
107
107
conda create -n $CONDA_ENV_NAME --yes --quiet python numpy scipy \
108
- cython nose coverage matplotlib sphinx pillow
108
+ cython nose coverage matplotlib sphinx=1.5 pillow
109
109
source activate testenv
110
110
111
111
# Build and install scikit-learn in dev mode
You can’t perform that action at this time.
0 commit comments