We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 360da1e commit 9e1d4d2Copy full SHA for 9e1d4d2
2 files changed
.github/workflows/full_kubeflow_integration_test.yaml
@@ -158,7 +158,7 @@ jobs:
158
159
- name: V2 Pipeline Test
160
run: |
161
- pip3 install -U "kfp>=2.15.0"
+ pip3 install -U "kfp>=2.15.1"
162
TOKEN="$(kubectl -n $KF_PROFILE create token default-editor)"
163
python3 tests/pipeline_v2_test.py run_pipeline "${TOKEN}" "${KF_PROFILE}"
164
.github/workflows/pipeline_test.yaml
@@ -88,7 +88,7 @@ jobs:
88
89
90
91
- pip3 install "kfp>=2.15.0"
+ pip3 install "kfp>=2.15.1"
92
93
94
0 commit comments