Skip to content

renovate: shift schedule to Friday, assign PRs to maintainer #22

renovate: shift schedule to Friday, assign PRs to maintainer

renovate: shift schedule to Friday, assign PRs to maintainer #22

Workflow file for this run

name: Tests
on:
push:
branches: [master]
pull_request:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6.0.2
- uses: astral-sh/setup-uv@v8.1.0
with:
python-version: "3.14"
enable-cache: true
- run: uv sync --group test
- run: uv run python -m pytest tests/ -v