From 800c03068bd7bcfee9b1696ab9ebb01c90dd9d98 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Tue, 22 Dec 2020 12:44:54 +1100 Subject: [PATCH] Removed PyPy-specific install command --- .github/workflows/build.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/build.sh b/.github/workflows/build.sh index 464a72ceb..83b457af0 100755 --- a/.github/workflows/build.sh +++ b/.github/workflows/build.sh @@ -1,10 +1,5 @@ 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, # curl from brew requires zstd, use system curl brew remove --ignore-dependencies webp zstd xz libtiff curl