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
pull/5714/head
Nirbheek Chauhan 5 years ago committed by Dylan Baker
parent f2e018c7f3
commit 325fc9c127
  1. 2
      ci/azure-steps.yml

@ -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 ""

Loading…
Cancel
Save