Skip to content

nominate reviewers for backend (#11508) #539

nominate reviewers for backend (#11508)

nominate reviewers for backend (#11508) #539

Workflow file for this run

name: KFP SDK Tests
on:
push:
branches:
- master
pull_request:
paths:
- 'sdk/**'
- 'test/presubmit-tests-sdk.sh'
- '.github/workflows/kfp-sdk-tests.yml'
jobs:
sdk-tests:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python }}
- name: Run SDK Tests
run: |
./test/presubmit-tests-sdk.sh