From d372837b08aa6b2806433fd485d2846c1ed0c670 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Tue, 19 Jun 2018 20:33:38 +1000 Subject: [PATCH] Revert "Temporarily use --no-cache-dir for pip on mingw32" --- winbuild/appveyor_install_msys2_deps.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/winbuild/appveyor_install_msys2_deps.sh b/winbuild/appveyor_install_msys2_deps.sh index 5cbc53ac3..fbab280b3 100644 --- a/winbuild/appveyor_install_msys2_deps.sh +++ b/winbuild/appveyor_install_msys2_deps.sh @@ -6,7 +6,7 @@ pacman -S --noconfirm mingw32/mingw-w64-i686-python3-pip \ mingw32/mingw-w64-i686-python2-setuptools \ mingw-w64-i686-libjpeg-turbo -C:/msys64/mingw32/bin/python3 -m pip install --upgrade --no-cache-dir pip +C:/msys64/mingw32/bin/python3 -m pip install --upgrade pip -/mingw32/bin/pip install --no-cache-dir pytest pytest-cov olefile -/mingw32/bin/pip3 install --no-cache-dir pytest pytest-cov olefile +/mingw32/bin/pip install pytest pytest-cov olefile +/mingw32/bin/pip3 install pytest pytest-cov olefile