Skip to content

Remove keep collections command, bump to v0.42.3 #21

Remove keep collections command, bump to v0.42.3

Remove keep collections command, bump to v0.42.3 #21

Workflow file for this run

name: Tests
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Install uv
uses: astral-sh/setup-uv@v7
with:
version: "latest"
- name: Set up Python
run: uv python install 3.12
- name: Install dependencies
run: uv sync --dev
- name: Run tests
run: uv run pytest --tb=short -q