mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue