From e8dfe48df224d16453be33c46730a0a7f12131a8 Mon Sep 17 00:00:00 2001 From: Valswyn-NHS Date: Fri, 10 Oct 2025 17:13:50 +0100 Subject: [PATCH] APM-6521-Test-python-changes --- azure/common/apigee-build.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/azure/common/apigee-build.yml b/azure/common/apigee-build.yml index 8bf2d67..c669539 100644 --- a/azure/common/apigee-build.yml +++ b/azure/common/apigee-build.yml @@ -151,7 +151,11 @@ jobs: - ${{ cache_step }} - bash: | + echo "Before set path:" + python --version export PATH="$HOME/.local/bin:$PATH" + echo "Before make install:" + python --version n=0 until [ "$n" -ge 3 ] do @@ -197,7 +201,11 @@ jobs: displayName: cache utils dependencies - bash: | + echo "Before set path:" + python --version export PATH="$HOME/.local/bin:$PATH" + echo "Before make install:" + python --version make install sleep 5 workingDirectory: "${{ parameters.service_name }}/utils"