Skip to content

fix tests

fix tests #44

Workflow file for this run

name: test
on:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.x
- run: pip install pipx
- run: pipx install poetry
- run: poetry install --no-interaction
- run: poetry run pytest