Skip to content

Commit 6346c69

Browse files
committed
Temporarily use --no-cache-dir for pip on mingw32
1 parent 02f99c5 commit 6346c69

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

winbuild/appveyor_install_msys2_deps.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ pacman -S --noconfirm mingw32/mingw-w64-i686-python3-pip \
66
mingw32/mingw-w64-i686-python2-setuptools \
77
mingw-w64-i686-libjpeg-turbo
88

9-
C:/msys64/mingw32/bin/python3 -m pip install --upgrade pip
9+
C:/msys64/mingw32/bin/python3 -m pip install --upgrade --no-cache-dir pip
1010

11-
/mingw32/bin/pip install pytest pytest-cov olefile
12-
/mingw32/bin/pip3 install pytest pytest-cov olefile
11+
/mingw32/bin/pip install --no-cache-dir pytest pytest-cov olefile
12+
/mingw32/bin/pip3 install --no-cache-dir pytest pytest-cov olefile

0 commit comments

Comments
 (0)