Skip to content

Commit

Permalink
Merge branch 'master' into 0.7-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
emcconville committed Sep 25, 2024
2 parents 4af1b46 + 02c351d commit 9b7fcf5
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 9b7fcf5

Please sign in to comment.