mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-16 04:16:35 +03:00
Merge pull request #5 from radarhere/pypy
Removed PyPy-specific install command
This commit is contained in:
commit
5fff825bed
5
.github/workflows/build.sh
vendored
5
.github/workflows/build.sh
vendored
|
@ -1,10 +1,5 @@
|
||||||
|
|
||||||
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
|
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
|
||||||
if [[ "$MB_PYTHON_VERSION" == pypy3* ]]; then
|
|
||||||
# for https://foss.heptapod.net/pypy/pypy/-/issues/3229
|
|
||||||
# TODO remove when that is fixed
|
|
||||||
brew install tcl-tk
|
|
||||||
fi
|
|
||||||
# these cause a conflict with built webp and libtiff,
|
# these cause a conflict with built webp and libtiff,
|
||||||
# curl from brew requires zstd, use system curl
|
# curl from brew requires zstd, use system curl
|
||||||
brew remove --ignore-dependencies webp zstd xz libtiff curl
|
brew remove --ignore-dependencies webp zstd xz libtiff curl
|
||||||
|
|
Loading…
Reference in New Issue
Block a user