summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2021-04-25 15:04:54 -0600
committerGitHub <noreply@github.com>2021-04-25 15:04:54 -0600
commit65a3e7d2d07844ec20aaba5912798ec27a3662f4 (patch)
treedb157fff472bb9fc7e9961728231f2f70bc03683
parente4eb0dc85dab5f1088c84af09dd9f89e630c505f (diff)
parent5e8a1efd4b7cf618a0c7731b82d1a7c79be3fac9 (diff)
downloadnumpy-65a3e7d2d07844ec20aaba5912798ec27a3662f4.tar.gz
Merge pull request #18851 from charris/use-current-pip-for-linting
MAINT: Disable pip version check for azure lint check.
-rw-r--r--azure-pipelines.yml2
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: |