Skip to content

refactor: apply multi-reviewer findings to switch-model #6

refactor: apply multi-reviewer findings to switch-model

refactor: apply multi-reviewer findings to switch-model #6

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.10", "3.12"]
steps:
- uses: actions/checkout@v4
- name: Install uv
uses: astral-sh/setup-uv@v5
- name: Run tests
run: uv run --no-project --python ${{ matrix.python-version }} --with pytest pytest