aboutsummaryrefslogtreecommitdiff
path: root/ci/azure-steps.yml
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2019-07-24 18:25:19 +0530
committerDylan Baker <dylan@pnwbakers.com>2019-07-24 09:48:12 -0700
commit325fc9c127adb8d8dd9406d3b09bcf802987a549 (patch)
tree502d916cfd405362d1bacce79e098bee3cb414e1 /ci/azure-steps.yml
parentf2e018c7f32b56679adf62c08f58bc1d9b9daf87 (diff)
downloadmeson-325fc9c127adb8d8dd9406d3b09bcf802987a549.zip
meson-325fc9c127adb8d8dd9406d3b09bcf802987a549.tar.gz
meson-325fc9c127adb8d8dd9406d3b09bcf802987a549.tar.bz2
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
Diffstat (limited to 'ci/azure-steps.yml')
-rw-r--r--ci/azure-steps.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/azure-steps.yml b/ci/azure-steps.yml
index 36e6fb4..d2e984f 100644
--- a/ci/azure-steps.yml
+++ b/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 ""