Skip to content

[feature] Improve typing for @dsl.component to support strict LSPs #1887

[feature] Improve typing for @dsl.component to support strict LSPs

[feature] Improve typing for @dsl.component to support strict LSPs #1887

Workflow file for this run

name: KFP SDK Isort Test
on:
push:
branches: [master]
pull_request:
paths:
- 'api/**'
- 'sdk/python/**'
- 'test/presubmit-isort-sdk.sh'
- '.github/workflows/sdk-isort.yml'
- '!**/*.md'
- '!**/OWNERS'
jobs:
test-isort-kfp-sdk:
runs-on: ubuntu-24.04
steps:
- name: Checkout code
uses: actions/checkout@v5
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.9
- name: Run isort tests
run: ./test/presubmit-isort-sdk.sh