From c337d90e879f66dd01bed4eb0cd4a702234be79a Mon Sep 17 00:00:00 2001 From: Hung-Ting Wen Date: Tue, 31 Mar 2020 19:23:27 -0700 Subject: [PATCH] freeze papermill version #783 (#784) --- py/kubeflow/examples/notebook_tests/execute_notebook.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py/kubeflow/examples/notebook_tests/execute_notebook.py b/py/kubeflow/examples/notebook_tests/execute_notebook.py index 31b30532c..05dcc9274 100644 --- a/py/kubeflow/examples/notebook_tests/execute_notebook.py +++ b/py/kubeflow/examples/notebook_tests/execute_notebook.py @@ -10,7 +10,7 @@ from kubeflow.testing import util def prepare_env(): - subprocess.check_call(["pip3", "install", "-U", "papermill"]) + subprocess.check_call(["pip3", "install", "-Iv", "papermill==2.0.0"]) subprocess.check_call(["pip3", "install", "-U", "nbconvert"]) subprocess.check_call(["pip3", "install", "-U", "nbformat"])