aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 ""