Skip to content

chore: update SDK to v0.2.6-beta #5

chore: update SDK to v0.2.6-beta

chore: update SDK to v0.2.6-beta #5

Workflow file for this run

name: Test
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v3
- name: Install dependencies
run: uv sync
- name: Run tests
run: uv run pytest tests/ -v