Skip to content

Revert "Add a GitHub Action to run pytest" #4

Revert "Add a GitHub Action to run pytest"

Revert "Add a GitHub Action to run pytest" #4

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