mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-23 15:54:09 +03:00
Merge pull request #4170 from radarhere/mac_dependencies
Added OpenJPEG, libimagequant and freetype to GHA macOS
This commit is contained in:
commit
a9f0e58c45
2
.github/workflows/macos-install.sh
vendored
2
.github/workflows/macos-install.sh
vendored
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
brew install libtiff libjpeg webp little-cms2
|
brew install libtiff libjpeg openjpeg libimagequant webp little-cms2 freetype
|
||||||
|
|
||||||
PYTHONOPTIMIZE=0 pip install cffi
|
PYTHONOPTIMIZE=0 pip install cffi
|
||||||
pip install coverage
|
pip install coverage
|
||||||
|
|
Loading…
Reference in New Issue
Block a user