Repository: zeppelin
Updated Branches:
  refs/heads/master fc7c7b46e -> 24cc08ed9


[HOTFIX] Fix bokeh testing failure

### What is this PR for?

HotFix for bokeh testing failure, just specify the bokeh version

### What type of PR is it?
[Hot Fix]

### Todos
* [ ] - Task

### What is the Jira issue?
No jira created

### How should this be tested?
Ci Pass

### Screenshots (if appropriate)

### Questions:
* Does the licenses files need update? No
* Is there breaking changes for older versions? No
* Does this needs documentation? No

Author: Jeff Zhang <zjf...@apache.org>

Closes #2639 from zjffdu/HotFix_Bokeh and squashes the following commits:

1c2d353 [Jeff Zhang] [HOTFIX] Fix bokeh testing failure


Project: http://git-wip-us.apache.org/repos/asf/zeppelin/repo
Commit: http://git-wip-us.apache.org/repos/asf/zeppelin/commit/24cc08ed
Tree: http://git-wip-us.apache.org/repos/asf/zeppelin/tree/24cc08ed
Diff: http://git-wip-us.apache.org/repos/asf/zeppelin/diff/24cc08ed

Branch: refs/heads/master
Commit: 24cc08ed9000b90cb0988dc65160e3cc4aa5d295
Parents: fc7c7b4
Author: Jeff Zhang <zjf...@apache.org>
Authored: Wed Nov 1 08:41:41 2017 +0800
Committer: Jeff Zhang <zjf...@apache.org>
Committed: Wed Nov 1 10:12:03 2017 +0800

----------------------------------------------------------------------
 testing/install_external_dependencies.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/zeppelin/blob/24cc08ed/testing/install_external_dependencies.sh
----------------------------------------------------------------------
diff --git a/testing/install_external_dependencies.sh 
b/testing/install_external_dependencies.sh
index dc1b986..daa670b 100755
--- a/testing/install_external_dependencies.sh
+++ b/testing/install_external_dependencies.sh
@@ -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

Reply via email to