From 9cc8131f9931f54802c68a7ddb7ece4d63be80a7 Mon Sep 17 00:00:00 2001 From: Christopher Chase Date: Wed, 13 Dec 2023 12:58:32 -0500 Subject: [PATCH] Downgraded kfp-tekton to supported version (#11) --- 7_get_data_train_upload.yaml | 2 +- pipeline/build.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/7_get_data_train_upload.yaml b/7_get_data_train_upload.yaml index ef8ad05..48ab991 100644 --- a/7_get_data_train_upload.yaml +++ b/7_get_data_train_upload.yaml @@ -112,7 +112,7 @@ spec: pipelines.kubeflow.org/cache_enabled: "true" annotations: pipelines.kubeflow.org/component_spec_digest: '{"name": "Get data", "outputs": - [{"name": "output"}], "version": "Get data@sha256=598d21aff52bbbbb914708419be521b5e8958efd29e842e49761e58da2fa3e73"}' + [{"name": "output"}], "version": "Get data@sha256=a840b31ffc61f2af6a40651f5ee87a07d2c5945073e00ebc9470ccdd8c5bfdfd"}' workspaces: - name: get-data workspaces: diff --git a/pipeline/build.sh b/pipeline/build.sh index 22f1dd5..001ea07 100755 --- a/pipeline/build.sh +++ b/pipeline/build.sh @@ -1,4 +1,4 @@ #!/bin/bash -pip install kfp-tekton==1.7.2 +pip install kfp-tekton~=1.5.9 python 7_get_data_train_upload.py