Skip to content

grounded_extension: O(V+E) labelling; bipolar grounded computes the C… #29

grounded_extension: O(V+E) labelling; bipolar grounded computes the C…

grounded_extension: O(V+E) labelling; bipolar grounded computes the C… #29

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/checkout@v6.0.2
- uses: astral-sh/setup-uv@v8.1.0
with:
python-version: ${{ matrix.python-version }}
- run: uv run pytest -q --timeout=600
- run: uv run pyright src
- run: uv build