Skip to content

Commit

Permalink
github: install imagemagick on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
ubmarco committed Jan 4, 2021
1 parent 2b9155e commit 923631d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ jobs:
sudo cp .github/workflows/policy.xml /etc/ImageMagick-6/policy.xml
if: matrix.os == 'ubuntu-latest'

- name: Install ImageMagick on macos-latest
run: |
brew install freetype imagemagick
if: matrix.os == 'macos-latest'

- name: Install poetry and tox
run: |
python -m pip install poetry tox
Expand Down

0 comments on commit 923631d

Please sign in to comment.