diff options
-rw-r--r-- | azure-pipelines.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 3240b5fc9..017491450 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -29,7 +29,7 @@ stages: addToPath: true architecture: 'x64' - script: >- - python -m pip install -r linter_requirements.txt + python -m pip --disable-pip-version-check install -r linter_requirements.txt displayName: 'Install tools' failOnStderr: true - script: | |