Skip to content

broken state, but making progress on the config specification #69

broken state, but making progress on the config specification

broken state, but making progress on the config specification #69

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