chore(components): Add target_field_name as input parameters to llm_e… #24
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: KFP SDK Upgrade Test | |
on: | |
push: | |
branches: [master] | |
pull_request: | |
paths: | |
- 'sdk/python/**' | |
- 'test/presubmit-test-sdk-upgrade.sh' | |
- '.github/workflows/sdk-upgrade.yml' | |
jobs: | |
test-upgrade-kfp-sdk: | |
runs-on: ubuntu-24.04 | |
steps: | |
- name: Checkout code | |
uses: actions/checkout@v4 | |
- name: Set up Python | |
uses: actions/setup-python@v4 | |
with: | |
python-version: 3.8 | |
- name: Run SDK upgrade tests | |
run: ./test/presubmit-test-sdk-upgrade.sh |