Skip to content

Update README.txt + docstring #144

Update README.txt + docstring

Update README.txt + docstring #144

Workflow file for this run

on:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.8'
cache: 'pip'
cache-dependency-path: setup.cfg
- run: |
python -m pip install --upgrade pip
make devinstall
- run: make test