mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-25 01:16: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
|
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
|
brew install libtiff libjpeg webp little-cms2
|
||||||
|
|
||||||
PYTHONOPTIMIZE=0 pip install cffi
|
PYTHONOPTIMIZE=0 pip install cffi
|
||||||
|
|
|
@ -3,5 +3,8 @@
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
coverage erase
|
coverage erase
|
||||||
|
if [ $(uname) == "Darwin" ]; then
|
||||||
|
export CPPFLAGS="-I/usr/local/miniconda/include";
|
||||||
|
fi
|
||||||
make clean
|
make clean
|
||||||
make install-coverage
|
make install-coverage
|
||||||
|
|
Loading…
Reference in New Issue
Block a user