Skip to content

chore: Refactor model_path to model_uri (#464) #429

chore: Refactor model_path to model_uri (#464)

chore: Refactor model_path to model_uri (#464) #429

name: SDK tests
on:
push:
branches:
- "main"
pull_request:
branches:
- "**"
workflow_dispatch:
jobs:
sdk-integration-tests:
name: SDK integration tests - Python
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install uv
uses: astral-sh/setup-uv@v3
- name: Install python
run: uv python install
- name: Run SDK integration tests
run: AUTO_TEST_RUN=y make test-sdk-integration