Skip to content

Merge pull request #408 from VaniHaripriya/fix-mlflow-driver-ca-path #223

Merge pull request #408 from VaniHaripriya/fix-mlflow-driver-ca-path

Merge pull request #408 from VaniHaripriya/fix-mlflow-driver-ca-path #223

Workflow file for this run

name: KFP SDK Isort Test
on:
push:
branches:
- master
- main
- stable
- 'rhoai-*'
pull_request:
paths:
- 'api/**'
- 'sdk/python/**'
- 'test/presubmit-isort-sdk.sh'
- '.github/workflows/sdk-isort.yml'
- '!**/*.md'
- '!**/OWNERS'
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
test-isort-kfp-sdk:
runs-on: ubuntu-24.04
steps:
- name: Checkout code
uses: actions/checkout@v6
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: 3.9
cache: 'pip'
- name: Run isort tests
run: ./test/presubmit-isort-sdk.sh