Skip to content
Snippets Groups Projects
Commit 0f9fb7ff authored by Jose Fonseca's avatar Jose Fonseca Committed by Marge Bot
Browse files

appveyor: Upgrade pip.

To avoid all those warnings.

Part-of: <mesa/mesa!6184>
parent 2e665458
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment