Skip to content

Critic-fixes: correct the arXiv:2601.00821 citation (real title, was … #9

Critic-fixes: correct the arXiv:2601.00821 citation (real title, was …

Critic-fixes: correct the arXiv:2601.00821 citation (real title, was … #9

Workflow file for this run

name: tests
on:
push:
pull_request:
jobs:
pytest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Install deps
run: pip install -r requirements-dev.txt
- name: Run tests
run: pytest -q