From 61a8a792446418c903fa7f182dc13d876d3fc71e Mon Sep 17 00:00:00 2001 From: Matt Dean Date: Tue, 9 Dec 2025 16:09:10 +0000 Subject: [PATCH] [NRL-1850] Add step to smoke-tests to set python version --- azure/templates/run-smoke-tests.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/azure/templates/run-smoke-tests.yml b/azure/templates/run-smoke-tests.yml index 9276c33..453417d 100644 --- a/azure/templates/run-smoke-tests.yml +++ b/azure/templates/run-smoke-tests.yml @@ -1,4 +1,9 @@ steps: + - task: UsePythonVersion@0 + displayName: "Use Python ${{ parameters.python_version }}" + inputs: + versionSpec: ${{ parameters.python_version }} + - bash: | make install-python workingDirectory: $(Pipeline.Workspace)/s/$(SERVICE_NAME)/$(SERVICE_ARTIFACT_NAME)