Skip to content

Commit

Permalink
bpo-34582: Fixes Python version used for patch check (GH-9532)
Browse files Browse the repository at this point in the history
  • Loading branch information
zooba authored and miss-islington committed Sep 24, 2018
1 parent 680d26e commit 1b77f92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .azure-pipelines/posix-steps.yml
Expand Up @@ -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'))

Expand Down

0 comments on commit 1b77f92

Please sign in to comment.