Skip to content

Sign C2 row: artifacts-exist + suite-green, citing Erratum 1 #165

Sign C2 row: artifacts-exist + suite-green, citing Erratum 1

Sign C2 row: artifacts-exist + suite-green, citing Erratum 1 #165

Workflow file for this run

name: Tests
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.11'
- name: Install dependencies
run: pip install -r requirements.txt
- name: Run tests
run: python -m pytest -q