summaryrefslogtreecommitdiff
path: root/.appveyor
diff options
context:
space:
mode:
authorJose Fonseca <jfonseca@vmware.com>2020-08-05 10:01:24 +0100
committerMarge Bot <eric+marge@anholt.net>2020-08-06 09:46:48 +0000
commit0f9fb7ffaae7f154fb996682a61e7293d0babc6f (patch)
treedbb8273e8519c4ea66f350f797d3848ba89383aa /.appveyor
parent2e665458a90c71869be81a258ae5727aa8c1929a (diff)
appveyor: Upgrade pip.
To avoid all those warnings. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6184>
Diffstat (limited to '.appveyor')
-rw-r--r--.appveyor/appveyor_msvc.bat6
1 files changed, 3 insertions, 3 deletions
diff --git a/.appveyor/appveyor_msvc.bat b/.appveyor/appveyor_msvc.bat
index 1ff4fa62521..67ef3647101 100644
--- a/.appveyor/appveyor_msvc.bat
+++ b/.appveyor/appveyor_msvc.bat
@@ -2,9 +2,10 @@ goto %1
:install
rem Check pip
+python --version
+python -m pip install --upgrade pip
+python -m pip --version
if "%buildsystem%" == "scons" (
- python --version
- python -m pip --version
rem Install Mako
python -m pip install Mako==1.0.7
rem Install pywin32 extensions, needed by SCons
@@ -15,7 +16,6 @@ if "%buildsystem%" == "scons" (
python -m pip install scons==3.0.1
call scons --version
) else (
- python --version
python -m pip install Mako meson
meson --version