Skip to content

Commit ae09944

Browse files
committed
switch from poetry to uv
1 parent ddc53d6 commit ae09944

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/scripts/build_rhel.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,7 @@ sudo -E XDG_RUNTIME_DIR= podman build --progress=plain \
4141
/src/docling_parse*.tar.gz \
4242
&& pip3.11 install /dist/docling_parse*.whl \
4343
&& python3.11 -c 'from docling_parse.pdf_parsers import pdf_parser_v1, pdf_parser_v2'
44-
45-
RUN uv pip install -e .
46-
44+
4745
COPY ./tests /src/tests
4846
4947
RUN pip3.11 install pytest \

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ default-groups = "all"
4646

4747
[tool.setuptools.packages.find]
4848
where = ["."]
49-
include = ["docling_parse*"]
49+
include = ["docling_parse"]
5050

5151
[tool.setuptools.package-data]
5252
"docling_parse" = [

0 commit comments

Comments
 (0)