From e60b0c1cb5a48ad96e800454a70997b2f100546c Mon Sep 17 00:00:00 2001 From: Clinton Hall Date: Wed, 28 Feb 2024 13:47:14 +1300 Subject: [PATCH] fix typo --- azure-pipelines.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e9f5d389..c7a04b35 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -61,7 +61,8 @@ jobs: dependsOn: 'Test' pool: vmImage: 'Ubuntu-latest' - + + steps: - task: UsePythonVersion@0 inputs: versionSpec: '3.x'