[HOTFIX] Fix bokeh testing failure

This commit is contained in:
Jeff Zhang 2017-11-01 08:41:41 +08:00
parent fc7c7b46e4
commit 1c2d3537b4

View file

@ -44,6 +44,6 @@ if [[ -n "$PYTHON" ]] ; then
conda update -q conda
conda info -a
conda config --add channels conda-forge
conda install -q matplotlib pandasql ipython jupyter_client ipykernel matplotlib bokeh
conda install -q matplotlib pandasql ipython jupyter_client ipykernel matplotlib bokeh=0.12.6
pip install -q grpcio ggplot
fi