Skip to content

Merge pull request #88 from cclauss/add-the-action #3

Merge pull request #88 from cclauss/add-the-action

Merge pull request #88 from cclauss/add-the-action #3

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