Skip to content

chore: bump requests-toolbelt to 1.0.0 fixes #10470 #227

chore: bump requests-toolbelt to 1.0.0 fixes #10470

chore: bump requests-toolbelt to 1.0.0 fixes #10470 #227

Workflow file for this run

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.9
- name: Run SDK upgrade tests
run: ./test/presubmit-test-sdk-upgrade.sh