Skip to content

appease almighty pre-commit gods #85

appease almighty pre-commit gods

appease almighty pre-commit gods #85

Workflow file for this run

name: Run Pytest
on:
push:
jobs:
pytest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.10'
- run: pip3 install -r requirements.txt
- run: pytest