Skip to content

Commit

Permalink
Merge pull request #8725 from radarhere/macos
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk authored Feb 1, 2025
2 parents c5d27af + 347a386 commit 4d1f874
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/macos-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,11 @@ brew install \
ghostscript \
jpeg-turbo \
libimagequant \
libraqm \
libtiff \
little-cms2 \
openjpeg \
webp
if [[ "$ImageOS" == "macos13" ]]; then
brew install --ignore-dependencies libraqm
else
brew install libraqm
fi
export PKG_CONFIG_PATH="/usr/local/opt/openblas/lib/pkgconfig"

python3 -m pip install coverage
Expand Down

0 comments on commit 4d1f874

Please sign in to comment.