From d4e4472d48a71301d574670718e66eeb37be4a29 Mon Sep 17 00:00:00 2001 From: Clinton Hall Date: Fri, 8 Nov 2019 13:47:34 +1300 Subject: [PATCH] fix missing steps --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 2f28f98d..52138182 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -71,6 +71,7 @@ jobs: python.version: '3.8' maxParallel: 5 + steps: - task: UsePythonVersion@0 inputs: versionSpec: '$(python.version)'