--- image: python:3.11 stages: - check check: image: python:3.11-bookworm stage: check script: - apt-get update - apt-get install -y make libolm-dev - pip install uv - uv sync --frozen --group dev - uv run make check