Limit installation extras

This commit is contained in:
Yiorgis Gozadinos 2026-04-02 16:55:46 +03:00
parent 11555e3787
commit 83a0d7f5b9
No known key found for this signature in database

View file

@ -17,7 +17,7 @@ jobs:
with:
python-version-file: "pyproject.toml"
- name: Install dependencies
run: uv sync
run: uv sync --package haiku.rag-slim --extra docling --no-dev
- name: Restore previous RAG database
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}