From 633302b2456e2000d34c105e654f1e4f6635565c Mon Sep 17 00:00:00 2001 From: Dan Ryan Date: Mon, 27 May 2019 15:33:06 -0400 Subject: [PATCH] And keep the architecture spec i guess Signed-off-by: Dan Ryan --- azure-pipelines.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 225d3369..b55570df 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -26,10 +26,13 @@ jobs: matrix: Python27: python.version: '2.7.15' + python.architecture: x64 Python36: python.version: '3.6.8' + python.architecture: x64 Python37: python.version: '3.7.2' + python.architecture: x64 maxParallel: 4 steps: - template: .azure-pipelines/steps/run-tests.yml @@ -69,10 +72,13 @@ jobs: matrix: Python27: python.version: '2.7.15' + python.architecture: x64 Python36: python.version: '3.6.8' + python.architecture: x64 Python37: python.version: '3.7.2' + python.architecture: x64 maxParallel: 4 steps: - template: .azure-pipelines/steps/run-tests.yml