From f846025ff540e55d2f9cda3421f79654a45d780b Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Sat, 17 Oct 2020 23:34:08 +1100 Subject: [PATCH] Revert "chown pip wheels cache on ppc64le as well" This reverts commit 93a743d59387ca9167463538e85bbebb5e4c3575. --- .ci/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/install.sh b/.ci/install.sh index afb88eb17..6f83fef22 100755 --- a/.ci/install.sh +++ b/.ci/install.sh @@ -21,7 +21,7 @@ sudo apt-get -qq install libfreetype6-dev liblcms2-dev python3-tk\ ghostscript libffi-dev libjpeg-turbo-progs libopenjp2-7-dev\ cmake imagemagick libharfbuzz-dev libfribidi-dev -if [[ $TRAVIS_CPU_ARCH == "s390x" || $TRAVIS_CPU_ARCH == "ppc64le" ]]; then sudo chown $USER ~/.cache/pip/wheels ; fi +if [[ $TRAVIS_CPU_ARCH == "s390x" ]]; then sudo chown $USER ~/.cache/pip/wheels ; fi pip install --upgrade pip PYTHONOPTIMIZE=0 pip install cffi