From 7ff22cee0a8ae0095ec89befbd0157cc3f835683 Mon Sep 17 00:00:00 2001 From: Chris McCarthy Date: Tue, 28 Mar 2023 17:38:30 +0100 Subject: [PATCH] Added Python version to release pipeline --- .azure/artifact-release-pipeline.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure/artifact-release-pipeline.yaml b/.azure/artifact-release-pipeline.yaml index 3fa420fc..7c375812 100644 --- a/.azure/artifact-release-pipeline.yaml +++ b/.azure/artifact-release-pipeline.yaml @@ -5,7 +5,7 @@ pool: vmImage: ubuntu-latest strategy: matrix: - + Python310: python.version: '3.10' steps: