Skip to content

Commit

Permalink
Temporarily use --no-cache-dir for pip on mingw32
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Jun 11, 2018
1 parent 02f99c5 commit 6346c69
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions winbuild/appveyor_install_msys2_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 pip
C:/msys64/mingw32/bin/python3 -m pip install --upgrade --no-cache-dir pip

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

0 comments on commit 6346c69

Please sign in to comment.