Skip to content

Packaging ; improve terminal output #3

Packaging ; improve terminal output

Packaging ; improve terminal output #3

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v5
- name: Install dependencies
run: uv sync --extra dev
- name: Run tests
run: uv run pytest tests/