Skip to content

Add a GitHub Action to run pytest #1

Add a GitHub Action to run pytest

Add a GitHub Action to run pytest #1

Workflow file for this run

name: ci
on: [pull_request, push]
jobs:
pytest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- run: pipx run pytest --doctest-modules