Limit installation extras
This commit is contained in:
parent
11555e3787
commit
83a0d7f5b9
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-rag-db.yml
vendored
2
.github/workflows/build-rag-db.yml
vendored
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue