bpo-34582: Fixes Python version used for patch check (GH-9532)
https://bugs.python.org/issue34582
This commit is contained in:
parent
680d26e3b6
commit
1b77f929f8
|
@ -48,7 +48,7 @@ steps:
|
|||
displayName: 'Tests'
|
||||
|
||||
|
||||
- script: python Tools/scripts/patchcheck.py --travis true
|
||||
- script: ./python Tools/scripts/patchcheck.py --travis true
|
||||
displayName: 'Run patchcheck.py'
|
||||
condition: and(succeeded(), eq(variables['Build.Reason'], 'PullRequest'))
|
||||
|
||||
|
|
Loading…
Reference in New Issue