name: Pytest
run-name: PyTest
on: [push]

jobs:
  Explore-Gitea-Actions:
    runs-on: ubuntu-latest
    steps:
      - run: python -m pip install --upgrade pip && pip install poetry
      - run: poetry install && poetry run pytest -v