appveyor: Upgrade pip.
To avoid all those warnings. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6184>
This commit is contained in:
@@ -2,9 +2,10 @@ goto %1
|
|||||||
|
|
||||||
:install
|
:install
|
||||||
rem Check pip
|
rem Check pip
|
||||||
|
python --version
|
||||||
|
python -m pip install --upgrade pip
|
||||||
|
python -m pip --version
|
||||||
if "%buildsystem%" == "scons" (
|
if "%buildsystem%" == "scons" (
|
||||||
python --version
|
|
||||||
python -m pip --version
|
|
||||||
rem Install Mako
|
rem Install Mako
|
||||||
python -m pip install Mako==1.0.7
|
python -m pip install Mako==1.0.7
|
||||||
rem Install pywin32 extensions, needed by SCons
|
rem Install pywin32 extensions, needed by SCons
|
||||||
@@ -15,7 +16,6 @@ if "%buildsystem%" == "scons" (
|
|||||||
python -m pip install scons==3.0.1
|
python -m pip install scons==3.0.1
|
||||||
call scons --version
|
call scons --version
|
||||||
) else (
|
) else (
|
||||||
python --version
|
|
||||||
python -m pip install Mako meson
|
python -m pip install Mako meson
|
||||||
meson --version
|
meson --version
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user