mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-24 00:46:16 +03:00
Replaced macOS Command Line Tools install with miniconda path
This commit is contained in:
parent
5e68a4d895
commit
720a1738fa
2
.github/workflows/macos-install.sh
vendored
2
.github/workflows/macos-install.sh
vendored
|
@ -2,8 +2,6 @@
|
|||
|
||||
set -e
|
||||
|
||||
sudo installer -pkg /Library/Developer/CommandLineTools/Packages/macOS_SDK_headers_for_macOS_10.14.pkg -target /
|
||||
|
||||
brew install libtiff libjpeg webp little-cms2
|
||||
|
||||
PYTHONOPTIMIZE=0 pip install cffi
|
||||
|
|
|
@ -3,5 +3,8 @@
|
|||
set -e
|
||||
|
||||
coverage erase
|
||||
if [ $(uname) == "Darwin" ]; then
|
||||
export CPPFLAGS="-I/usr/local/miniconda/include";
|
||||
fi
|
||||
make clean
|
||||
make install-coverage
|
||||
|
|
Loading…
Reference in New Issue
Block a user