Skip to content

Commit

Permalink
freeze papermill version kubeflow#783 (kubeflow#784)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielwen authored Apr 1, 2020
1 parent 0b11a78 commit c337d90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/kubeflow/examples/notebook_tests/execute_notebook.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"])

Expand Down

0 comments on commit c337d90

Please sign in to comment.