We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70cb5ee commit 44df47bCopy full SHA for 44df47b
.github/workflows/validate-generated-files.yml
@@ -40,14 +40,12 @@ jobs:
40
python-version: 3.9
41
42
- name: Install protobuf dependencies & kfp-pipeline-spec
43
- if: ${{ steps.forward-api-port.outcome == 'success' }}
44
id: install-protobuf-deps
45
uses: ./.github/actions/protobuf
46
with:
47
generate_golang_proto: "true"
48
49
- name: Install kfp & kfp-kubernetes from source
50
- if: ${{ steps.install-protobuf-deps.outcome == 'success' }}
51
id: install-kfp-k8s-deps
52
uses: ./.github/actions/kfp-k8s
53
0 commit comments