Skip to content

delete BACKEND from config #55

delete BACKEND from config

delete BACKEND from config #55

Workflow file for this run

name: pytest
on: push
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v3
- run: pipx install poetry
- uses: actions/setup-python@v4
with:
python-version: 3.9
cache: 'poetry'
- run: poetry install --with dev
- run: poetry run pytest