Skip to content

Commit

Permalink
Merge pull request #482 from atheo89/kfp-lib-on-e2e
Browse files Browse the repository at this point in the history
Remove kfp LocalClient lib from datascience notebook testing since it…
  • Loading branch information
atheo89 authored Mar 29, 2024
2 parents 6e2e5e5 + b486c4b commit c0355fc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions jupyter/datascience/ubi8-python-3.8/test/test_notebook.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@
"from kafka import KafkaConsumer\n",
"from kafka.errors import KafkaConfigurationError\n",
"import boto3\n",
"import kfp\n",
"from kfp import LocalClient, run_pipeline_func_locally\n",
"\n",
"def get_major_minor(s):\n",
" return '.'.join(s.split('.')[:2])\n",
Expand Down
2 changes: 0 additions & 2 deletions jupyter/datascience/ubi9-python-3.9/test/test_notebook.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@
"from kafka import KafkaConsumer\n",
"from kafka.errors import KafkaConfigurationError\n",
"import boto3\n",
"import kfp\n",
"from kfp import LocalClient, run_pipeline_func_locally\n",
"\n",
"def get_major_minor(s):\n",
" return '.'.join(s.split('.')[:2])\n",
Expand Down

0 comments on commit c0355fc

Please sign in to comment.