mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +03:00
install Tcl/Tk for PyPy on macOS
This commit is contained in:
parent
b3f1056eaa
commit
2dc6e41167
5
.github/workflows/build.sh
vendored
5
.github/workflows/build.sh
vendored
|
@ -1,5 +1,10 @@
|
|||
|
||||
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
|
||||
if [[ "$MB_PYTHON_VERSION" == "pypy3.6-7.3" ]]; 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
|
||||
brew remove --ignore-dependencies webp zstd xz libtiff
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue
Block a user