Skip to content

Update CHANGELOG.md #146

Update CHANGELOG.md

Update CHANGELOG.md #146

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