appveyor: Upgrade pip.
[mesa.git] / .appveyor / appveyor_msvc.bat
index 695eb0f6d7418d8d6ec967b3a805326df55a0836..67ef3647101492fce9948d166c2971c1a7ec6c51 100644 (file)
@@ -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,8 +16,7 @@ if "%buildsystem%" == "scons" (
     python -m pip install scons==3.0.1
     call scons --version
 ) else (
-    python --version
-    python -m pip install Mako==1.0.7 meson
+    python -m pip install Mako meson
     meson --version
 
     rem Install pkg-config, which meson requires even on windows