ci: Fix failures in vs2019 jobs on Azure

pip warns about being out of date and powershell interprets that as an
error because reasons.

Found in https://github.com/mesonbuild/meson/pull/5687#issuecomment-514268525
This commit is contained in:
Nirbheek Chauhan 2019-07-24 18:25:19 +05:30 committed by Dylan Baker
parent f2e018c7f3
commit 325fc9c127
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ steps:
python --version
# Needed for running unit tests in parallel.
python -m pip install --upgrade pytest-xdist
python -m pip --disable-pip-version-check install --upgrade pytest-xdist
echo ""