mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
make pip quiet
This commit is contained in:
parent
0091849851
commit
63f115788a
1 changed files with 1 additions and 1 deletions
|
|
@ -45,5 +45,5 @@ if [[ -n "$PYTHON" ]] ; then
|
|||
conda info -a
|
||||
conda config --add channels conda-forge
|
||||
conda install -q matplotlib pandasql ipython jupyter_client ipykernel matplotlib bokeh
|
||||
pip install grpcio ggplot
|
||||
pip install -q grpcio ggplot
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue