Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added example for poppler & pillow #7

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
Added installing poppler-utils for ubuntu
ubmarco committed Jan 21, 2021

Verified

This commit was signed with the committer’s verified signature.
coolaj86 AJ ONeal
commit 1a03e29b1b7ccdb902628969bd4c370b1c0d9b64
5 changes: 5 additions & 0 deletions .github/workflows/tox.yml
Original file line number Diff line number Diff line change
@@ -23,6 +23,11 @@ jobs:
with:
python-version: ${{ join(matrix.python-version, '.') }}

- name: Install poppler-utils for ubuntu-latest
run: |
sudo apt install poppler-utils
if: matrix.os == 'ubuntu-latest'

- name: Copy policy file for ubuntu-latest (needed to use ImageMagic in visual debugging tox tests)
run: |
sudo cp .github/workflows/policy.xml /etc/ImageMagick-6/policy.xml