Skip to content

Commit

Permalink
ci: fix pdfplumber tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dhdaines committed Dec 13, 2024
1 parent db0fea9 commit 38b70c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
- name: Run pdfplumber tests
run: |
cd samples/3rdparty/pdfplumber
pip install -e ../../..
python -m venv venv
venv/bin/pip install -e ../../..
make venv
make tests
2 changes: 1 addition & 1 deletion TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
- [x] add "default" as a synonym of badly-named "user" space
- [x] update `pdfplumber` branch and run `pdfplumber` tests in CI
- [x] reimplement on top of ContentObject
- [ ] make a separate directory for third party tests
- [ ] work around invalid ToUnicode CMaps
- [ ] `decode_text` is remarkably slow
- [ ] `render_char` and `render_string` are also quite slow
- [ ] add something inbetween `chars` and full bbox for TextObject
Expand Down

0 comments on commit 38b70c4

Please sign in to comment.