Skip to content

Commit

Permalink
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 08a57ae commit 68a649a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install system dependencies (Linux)
run: |
sudo apt update
sudo apt install tesseract-ocr poppler-utils imagemagick
sudo apt install tesseract-ocr poppler-utils imagemagick pdfplumber
- name: Install testing dependencies
run: |
pip install -U wheel pip
Expand Down

0 comments on commit 68a649a

Please sign in to comment.