appveyor: Upgrade pip.
[mesa.git] / .appveyor / appveyor_msvc.bat
index 1ff4fa62521ab87153c877312b755cf82fce7bc9..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,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