mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 18:06:18 +03:00
Temporarily use --no-cache-dir for pip on mingw32
This commit is contained in:
parent
02f99c5889
commit
6346c693e8
|
@ -6,7 +6,7 @@ pacman -S --noconfirm mingw32/mingw-w64-i686-python3-pip \
|
||||||
mingw32/mingw-w64-i686-python2-setuptools \
|
mingw32/mingw-w64-i686-python2-setuptools \
|
||||||
mingw-w64-i686-libjpeg-turbo
|
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/pip install --no-cache-dir pytest pytest-cov olefile
|
||||||
/mingw32/bin/pip3 install pytest pytest-cov olefile
|
/mingw32/bin/pip3 install --no-cache-dir pytest pytest-cov olefile
|
||||||
|
|
Loading…
Reference in New Issue
Block a user