Skip to content

Commit

Permalink
Add MAGICK_HOME path to env on MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
emcconville committed Sep 25, 2024
1 parent ae258eb commit 02c351d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ jobs:
pip install --upgrade pytest pytest-xdist pytest-forked pytest-cov coveralls
- name: Run PyTest
run: pytest --skip-pdf --skip-fft --cov wand --forked --durations=20
env:
MAGICK_HOME: /opt/homebrew
- name: Generate coverage report
run: coveralls --service=github
env:
Expand Down

0 comments on commit 02c351d

Please sign in to comment.