Skip to content

Commit

Permalink
ci: fix pdfplumber tests (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhdaines committed Dec 13, 2024
1 parent 38b70c4 commit b48310f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
uses: pypa/hatch@install
- name: Run tests
run: hatch test --cover -py 3.9
- name: Install ghostscript
run: sudo apt update && sudo apt install ghostscript
- name: Run pdfplumber tests
run: |
cd samples/3rdparty/pdfplumber
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
- Fix installation of playa-pdf[crypto]
- Fix attribute classes in structure tree elements
- Deprecate "user" device space to avoid confusion with user space
- Parse arbitrary Encoding CMaps
- Update `pdfplumber` support

## PLAYA 0.2.4: 2024-12-02
- fix more embarrassing bugs largely regarding the creation of empty
Expand Down

0 comments on commit b48310f

Please sign in to comment.