From 55d83f7afef4161b11f6fc2d7c498b1df894f2f2 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Thu, 17 Sep 2020 07:53:33 +1000 Subject: [PATCH] chown pip wheels cache --- .ci/install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.ci/install.sh b/.ci/install.sh index 2143c0613..5baaded48 100755 --- a/.ci/install.sh +++ b/.ci/install.sh @@ -21,6 +21,8 @@ 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" ]]; then sudo chown $USER ~/.cache/pip/wheels ; fi + pip install --upgrade pip PYTHONOPTIMIZE=0 pip install cffi pip install coverage