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"