From 04a4e110f3ee49eafaadaf677b123ddd94271bc8 Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Sat, 30 Mar 2019 09:06:08 -0500 Subject: [PATCH] AP: Use Py7. [skip travis] [skip appveyor] --- azure-pipelines.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 0bb28c750..b1a80e4b1 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -19,6 +19,11 @@ jobs: TEST_TOOLSET: gcc CXX: g++-8 steps: + - task: UsePythonVersion@0 + inputs: + versionSpec: '2.7' + architecture: 'x64' + addToPath: true - bash: | set -e uname -a @@ -51,6 +56,11 @@ jobs: TOOLSET: vc141 TEST_TOOLSET: msvc steps: + - task: UsePythonVersion@0 + inputs: + versionSpec: '2.7' + architecture: 'x64' + addToPath: true - powershell: | cd src/engine $env:path += ';' + $env:CXX_PATH