Skip to content

tune pyproject.toml, use lint.* directives #9

tune pyproject.toml, use lint.* directives

tune pyproject.toml, use lint.* directives #9

Workflow file for this run

name: pytest-qtop
on: push
jobs:
run-pytest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.10'
- run: pip install pytest
- run: python -m pytest