Skip to content

feat: Many fixes to handle large LDBC graphs #60

feat: Many fixes to handle large LDBC graphs

feat: Many fixes to handle large LDBC graphs #60

Workflow file for this run

name: CI
on:
push:
branches: ["main"]
pull_request:
jobs:
test:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v6
with:
python-version: "3.13"
- name: Install dependencies
run: |
uv venv
uv sync --all-extras
uv pip install -e .
- name: Run tests
run: uv run --no-sync pytest