We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddc53d6 commit ae09944Copy full SHA for ae09944
.github/scripts/build_rhel.sh
@@ -41,9 +41,7 @@ sudo -E XDG_RUNTIME_DIR= podman build --progress=plain \
41
/src/docling_parse*.tar.gz \
42
&& pip3.11 install /dist/docling_parse*.whl \
43
&& python3.11 -c 'from docling_parse.pdf_parsers import pdf_parser_v1, pdf_parser_v2'
44
-
45
- RUN uv pip install -e .
46
+
47
COPY ./tests /src/tests
48
49
RUN pip3.11 install pytest \
pyproject.toml
@@ -46,7 +46,7 @@ default-groups = "all"
[tool.setuptools.packages.find]
where = ["."]
-include = ["docling_parse*"]
+include = ["docling_parse"]
50
51
[tool.setuptools.package-data]
52
"docling_parse" = [
0 commit comments