Skip to content

Commit 65a3e7d

Browse files
authored
Merge pull request numpy#18851 from charris/use-current-pip-for-linting
MAINT: Disable pip version check for azure lint check.
2 parents e4eb0dc + 5e8a1ef commit 65a3e7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ stages:
2929
addToPath: true
3030
architecture: 'x64'
3131
- script: >-
32-
python -m pip install -r linter_requirements.txt
32+
python -m pip --disable-pip-version-check install -r linter_requirements.txt
3333
displayName: 'Install tools'
3434
failOnStderr: true
3535
- script: |

0 commit comments

Comments
 (0)