From 83a0d7f5b9cd859fcee0b541f78c30a099cdd2c1 Mon Sep 17 00:00:00 2001 From: Yiorgis Gozadinos Date: Thu, 2 Apr 2026 16:55:46 +0300 Subject: [PATCH] Limit installation extras --- .github/workflows/build-rag-db.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-rag-db.yml b/.github/workflows/build-rag-db.yml index f1f687f2..7ebab8ce 100644 --- a/.github/workflows/build-rag-db.yml +++ b/.github/workflows/build-rag-db.yml @@ -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 }}