Skip to content

Commit

Permalink
WIP: test(backend) Use non-deprecated KFP for v2 samples test
Browse files Browse the repository at this point in the history
  • Loading branch information
gmfrasca committed Jul 9, 2024
1 parent 0eae430 commit fd08e73
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/v2/test/sample_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
import json
import yaml
from kubernetes import client as k8s_client
import kfp.deprecated as kfp
import kfp as kfp

download_gcs_tgz = kfp.components.load_component_from_file(
'components/download_gcs_tgz.yaml')
Expand Down
3 changes: 3 additions & 0 deletions samples/WIP-REMOVEME
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
REMOVE BEFORE MERGING

Just to trigger the samples-v2 CI Check

0 comments on commit fd08e73

Please sign in to comment.