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:
|
with:
|
||||||
python-version-file: "pyproject.toml"
|
python-version-file: "pyproject.toml"
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: uv sync
|
run: uv sync --package haiku.rag-slim --extra docling --no-dev
|
||||||
- name: Restore previous RAG database
|
- name: Restore previous RAG database
|
||||||
env:
|
env:
|
||||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue