Skip to content

Commit

Permalink
fixup add pdfplumber to gh workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bosd committed Sep 19, 2022
1 parent 68a649a commit 61d493e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,11 @@ jobs:
- name: Install system dependencies (Linux)
run: |
sudo apt update
sudo apt install tesseract-ocr poppler-utils imagemagick pdfplumber
sudo apt install tesseract-ocr poppler-utils imagemagick
- name: Install testing dependencies
run: |
pip install pdfminer.six
pip install pdfplumber
pip install -U wheel pip
pip install -U ".[test]"
- name: Lint with flake8
Expand Down

0 comments on commit 61d493e

Please sign in to comment.