Skip to content

bump version to 0.5.9 #42

bump version to 0.5.9

bump version to 0.5.9 #42

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