Skip to content

Init action: replace repo owner (#9) #31

Init action: replace repo owner (#9)

Init action: replace repo owner (#9) #31

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