Skip to content

fix missing labels

fix missing labels #33

Workflow file for this run

name: pytest
on:
push:
branches: "main"
pull_request:
branches: "*"
jobs:
pytest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v5
- run: uv python install
- run: uv sync
- run: uv run pytest -vv