diff --git a/.github/workflows/pipeline_swfs_test.yaml b/.github/workflows/pipeline_swfs_test.yaml index 6bebea16e..27b9b4e6e 100644 --- a/.github/workflows/pipeline_swfs_test.yaml +++ b/.github/workflows/pipeline_swfs_test.yaml @@ -64,7 +64,7 @@ jobs: - name: List and deploy test pipeline with authorized ServiceAccount Token run: | - pip3 install kfp==2.4.0 + pip3 install kfp==2.11.0 KF_PROFILE=kubeflow-user-example-com TOKEN="$(kubectl -n $KF_PROFILE create token default-editor)" diff --git a/.github/workflows/pipeline_test.yaml b/.github/workflows/pipeline_test.yaml index 5c73d1ce2..792d5937e 100644 --- a/.github/workflows/pipeline_test.yaml +++ b/.github/workflows/pipeline_test.yaml @@ -57,7 +57,7 @@ jobs: - name: List and deploy test pipeline with authorized ServiceAccount Token run: | - pip3 install kfp==2.4.0 + pip3 install kfp==2.11.0 KF_PROFILE=kubeflow-user-example-com TOKEN="$(kubectl -n $KF_PROFILE create token default-editor)" @@ -94,7 +94,7 @@ jobs: - name: Fail to list pipelines with unauthorized ServiceAccount Token run: | - pip3 install kfp==2.4.0 + pip3 install kfp==2.11.0 KF_PROFILE=kubeflow-user-example-com TOKEN="$(kubectl -n default create token default)"