make pip quiet

This commit is contained in:
Lee moon soo 2017-09-28 21:25:38 -07:00
parent 0091849851
commit 63f115788a

View file

@ -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