From cd3573f1bc2a7804c572269b7de558d4dc2a21ec Mon Sep 17 00:00:00 2001 From: Valswyn-NHS <159537861+Valswyn-NHS@users.noreply.github.com> Date: Mon, 13 Oct 2025 12:26:15 +0100 Subject: [PATCH] Revert "APM-6521-Test-python-changes" --- azure/common/apigee-build.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/azure/common/apigee-build.yml b/azure/common/apigee-build.yml index c669539..8bf2d67 100644 --- a/azure/common/apigee-build.yml +++ b/azure/common/apigee-build.yml @@ -151,11 +151,7 @@ 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 @@ -201,11 +197,7 @@ 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"