Skip to content

Commit

Permalink
feat(ci): pdfplumber test has outlived its usefulness
Browse files Browse the repository at this point in the history
  • Loading branch information
dhdaines committed Feb 20, 2025
1 parent 4a84b70 commit f5122c6
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,9 @@ jobs:
uses: actions/setup-python@v5
- name: Install Hatch
uses: pypa/hatch@install
- name: Run pdf.js testsuite
- name: Run pdf.js examples
run: |
hatch run pytest -k pdf.js
- name: Run pdfplumber tests
- name: Run pdfplumber examples
run: |
sudo apt update && sudo apt install ghostscript
cd samples/3rdparty/pdfplumber
python -m venv venv
SETUPTOOLS_SCM_PRETEND_VERSION=0.2.5 venv/bin/pip install -e ../../..
make venv
make tests
hatch run pytest -k pdfplumber

0 comments on commit f5122c6

Please sign in to comment.