Skip to content

Commit 1b77f92

Browse files
zoobamiss-islington
authored andcommitted
bpo-34582: Fixes Python version used for patch check (GH-9532)
https://bugs.python.org/issue34582
1 parent 680d26e commit 1b77f92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.azure-pipelines/posix-steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ steps:
4848
displayName: 'Tests'
4949

5050

51-
- script: python Tools/scripts/patchcheck.py --travis true
51+
- script: ./python Tools/scripts/patchcheck.py --travis true
5252
displayName: 'Run patchcheck.py'
5353
condition: and(succeeded(), eq(variables['Build.Reason'], 'PullRequest'))
5454

0 commit comments

Comments
 (0)