Skip to content

Initial plan and codebase imported (#1) #1

Initial plan and codebase imported (#1)

Initial plan and codebase imported (#1) #1

Workflow file for this run

name: verify-course
on:
push:
branches: [main]
pull_request:
jobs:
pytest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Install dev deps
run: pip install -r requirements-dev.txt
- name: Run course invariants
run: pytest -v