ci/vs2019: Disable progess bar for pip3 install

Signed-off-by: Yonggang Luo <luoyonggang@gmail.com>
Reviewed-by: Jesse Natalie <jenatali@microsoft.com>
Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16934>
This commit is contained in:
Yonggang Luo 2022-06-02 02:27:57 +08:00 committed by Marge Bot
parent e301f31116
commit 918dbc1fa8
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ Start-Process -NoNewWindow -Wait git -ArgumentList 'config --global core.autocrl
Get-Date
Write-Host "Installing Meson, Mako and numpy"
pip3 install meson mako numpy
pip3 install meson mako numpy --progress-bar off
if (!$?) {
Write-Host "Failed to install dependencies from pip"
Exit 1