deps(ci): enforce binary-only Python installs and refresh pinned dependency locks (#6157)

This commit is contained in:
Ludy
2026-04-23 13:28:44 +01:00
committed by GitHub
parent fed4fd2efb
commit c5d07e23bf
7 changed files with 571 additions and 536 deletions
+1 -1
View File
@@ -350,7 +350,7 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
RUN --mount=type=cache,target=/root/.cache/pip,sharing=locked \
python3 -m venv /opt/venv --system-site-packages && \
/opt/venv/bin/pip install --no-cache-dir --prefer-binary \
/opt/venv/bin/pip install --no-cache-dir --prefer-binary --only-binary=:all: \
weasyprint pdf2image opencv-python-headless ocrmypdf \
cryptography \
"unoserver==${UNOSERVER_VERSION}" && \