HotFix: Fix IPythonInterpreter unit test

This commit is contained in:
Jeff Zhang 2017-12-11 20:53:08 +08:00
parent 4a679fc055
commit b4c7b42660

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=0.12.6
conda install -q matplotlib pandasql ipython=5.4.1 jupyter_client ipykernel matplotlib bokeh=0.12.6
pip install -q grpcio ggplot
fi