]> granicus.if.org Git - python/commitdiff
bpo-34582: Fixes Python version used for patch check (GH-9532)
authorSteve Dower <steve.dower@microsoft.com>
Mon, 24 Sep 2018 13:03:02 +0000 (09:03 -0400)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 24 Sep 2018 13:03:02 +0000 (06:03 -0700)
https://bugs.python.org/issue34582

.azure-pipelines/posix-steps.yml

index 429381a7e242b61248c6cae9a6a2d09be06acd68..9fec9be8014ffd6cda5fa8e15e333c7ccad8a472 100644 (file)
@@ -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'))