Skip to content

fix precommit

fix precommit #5

Workflow file for this run

name: Unit tests
on:
push:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.10"
- run: pip install ".[test]"
- run: pytest -v tests