Skip to content

#46: Fixed wrong name in install instructions (#47) #118

#46: Fixed wrong name in install instructions (#47)

#46: Fixed wrong name in install instructions (#47) #118

Workflow file for this run

name: Run pytest
on: [push]
jobs:
pytest:
strategy:
fail-fast: false
matrix:
python-version: [3.8]
runs-on: ubuntu-latest
steps:
- name: SCM Checkout
uses: actions/checkout@v3
- name: Setup Python & Poetry Environment
uses: ./.github/actions/prepare_poetry_env
with:
python-version: ${{ matrix.python-version }}
- name: Run pytest
run: poetry run python3 -m pytest