Skip to content

Commit 9e1d4d2

Browse files
update kfp sdk to 2.15.1 (#3285)
Signed-off-by: juliusvonkohout <[email protected]>
1 parent 360da1e commit 9e1d4d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/full_kubeflow_integration_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ jobs:
158158
159159
- name: V2 Pipeline Test
160160
run: |
161-
pip3 install -U "kfp>=2.15.0"
161+
pip3 install -U "kfp>=2.15.1"
162162
TOKEN="$(kubectl -n $KF_PROFILE create token default-editor)"
163163
python3 tests/pipeline_v2_test.py run_pipeline "${TOKEN}" "${KF_PROFILE}"
164164

.github/workflows/pipeline_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
8989
- name: V2 Pipeline Test
9090
run: |
91-
pip3 install "kfp>=2.15.0"
91+
pip3 install "kfp>=2.15.1"
9292
TOKEN="$(kubectl -n $KF_PROFILE create token default-editor)"
9393
python3 tests/pipeline_v2_test.py run_pipeline "${TOKEN}" "${KF_PROFILE}"
9494

0 commit comments

Comments
 (0)