Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tests: look for regressions when converting PDFs #1089

Draft
wants to merge 10 commits into
base: main
Choose a base branch
from
Prev Previous commit
FIXUP: Update dev env to add python headers for numpy
  • Loading branch information
almet committed Mar 12, 2025

Verified

This commit was created on github.com and signed with GitHub’s verified signature.
commit b6a90d437dceae321bd84200b027198c48de96ef
1 change: 1 addition & 0 deletions dev_scripts/env.py
Original file line number Diff line number Diff line change
@@ -114,6 +114,7 @@
RUN apt-get update \
&& apt-get install -y --no-install-recommends dh-python make build-essential \
git {qt_deps} pipx python3 python3-pip python3-venv dpkg-dev debhelper python3-setuptools \
python3-dev \
&& rm -rf /var/lib/apt/lists/*
# NOTE: `pipx install poetry` fails on Ubuntu Focal, when installed through APT. By
# installing the latest version, we sidestep this issue.
Loading