Skip to content

Commit

Permalink
Try with MAGICK_HOME env variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
nennigb committed Jul 1, 2024
1 parent ab8882d commit af95238
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci-mac-os.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ on:
schedule:
# * is a special character in YAML so you have to quote this string
# run at 02:01 on every 15th day-of-month.
- cron: '1 2 */15 * *'
- cron: '1 2 */15 * *'


# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand All @@ -23,6 +24,9 @@ jobs:
strategy:
matrix:
python-version: ['3.10']
env:
# set env variable for Wand
MAGICK_HOME='/opt/homebrew'
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
Expand Down

0 comments on commit af95238

Please sign in to comment.