We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab194ed commit 039bbd4Copy full SHA for 039bbd4
1 file changed
azure/common/apigee-build.yml
@@ -147,7 +147,7 @@ jobs:
147
service_name: "${{ parameters.service_name }}"
148
149
- bash: |
150
- pyversion="$python_version"
+ pyversion="$(python_version)"
151
PATCH=$(curl -fsSL https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json \
152
| jq -r --arg pyversion "$pyversion" '[ .[] | select(.stable == true) | .version
153
| select(test("^" + ($pyversion|gsub("\\.";"\\.")) + "\\.\\d+$")) | split(".") | map(tonumber)] | max | join(".")')
0 commit comments