Skip to content

remove True from if statements #37

remove True from if statements

remove True from if statements #37

Workflow file for this run

name: pytest
on: [push, pull_request]
jobs:
run-poetry:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v3
- run: pipx install poetry==1.5.1
- run: poetry install
- run: poetry run pytest