Skip to content

Commit

Permalink
Downgraded kfp-tekton to supported version (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
cfchase authored Dec 13, 2023
1 parent 4edf63d commit 9cc8131
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 7_get_data_train_upload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion pipeline/build.sh
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 9cc8131

Please sign in to comment.