Remove PyPy from test matrix

This commit is contained in:
James R. Barlow
2025-08-18 12:15:32 -07:00
parent 6af22051a8
commit 63675c21ce

View File

@@ -27,8 +27,6 @@ jobs:
- os: ubuntu-22.04
tesseract_ppa: "ppa"
python: "3.10"
- os: ubuntu-24.04
python: "pypy3.10"
env:
OS: ${{ matrix.os }}
@@ -74,14 +72,6 @@ jobs:
unpaper \
zlib1g
- name: Install Ubuntu packages for PyPy
if: startsWith(matrix.python, 'pypy')
run: |
sudo apt-get install -y --no-install-recommends \
libxml2-dev \
libxslt1-dev \
pypy3-dev
- name: Install Python packages
run: |
uv sync --extra test --no-dev