mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
HotFix: Fix IPythonInterpreter unit test
This commit is contained in:
parent
4a679fc055
commit
b4c7b42660
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue