We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e4eb0dc + 5e8a1ef commit 65a3e7dCopy full SHA for 65a3e7d
azure-pipelines.yml
@@ -29,7 +29,7 @@ stages:
29
addToPath: true
30
architecture: 'x64'
31
- script: >-
32
- python -m pip install -r linter_requirements.txt
+ python -m pip --disable-pip-version-check install -r linter_requirements.txt
33
displayName: 'Install tools'
34
failOnStderr: true
35
- script: |
0 commit comments