Skip to content

Land CaDiCaL 2.2.1 flat-stable routing: abcgen c35 timeout->solved #76

Land CaDiCaL 2.2.1 flat-stable routing: abcgen c35 timeout->solved

Land CaDiCaL 2.2.1 flat-stable routing: abcgen c35 timeout->solved #76

Workflow file for this run

name: test
on:
push:
pull_request:
jobs:
package:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: ["3.11", "3.12", "3.13"]
steps:
- uses: actions/[email protected]
- uses: astral-sh/[email protected]
with:
python-version: ${{ matrix.python-version }}
- run: uv run pytest -q --timeout=600
- run: uv run pyright src
- run: uv run lint-imports
- run: uv build