Commit 1b77f929 authored by Steve Dower's avatar Steve Dower Committed by Miss Islington (bot)

bpo-34582: Fixes Python version used for patch check (GH-9532)



https://bugs.python.org/issue34582
parent 680d26e3
......@@ -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'))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment