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"