We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a8e8bd6 + 6346c69 commit 948e303Copy full SHA for 948e303
1 file changed
winbuild/appveyor_install_msys2_deps.sh
@@ -6,7 +6,7 @@ pacman -S --noconfirm mingw32/mingw-w64-i686-python3-pip \
6
mingw32/mingw-w64-i686-python2-setuptools \
7
mingw-w64-i686-libjpeg-turbo
8
9
-C:/msys64/mingw32/bin/python3 -m pip install --upgrade pip
+C:/msys64/mingw32/bin/python3 -m pip install --upgrade --no-cache-dir pip
10
11
-/mingw32/bin/pip install pytest pytest-cov olefile
12
-/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 commit comments