We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc16d3c commit 5fe48ffCopy full SHA for 5fe48ff
1 file changed
azure/common/apigee-build.yml
@@ -150,7 +150,7 @@ jobs:
150
151
- bash: |
152
PATCH=$(curl -s https://api.github.com/repos/actions/python-versions/releases \
153
- | jq -r '[.[] | .tag_name | select(startswith("3.13"))] | .[]' \
+ | jq -r '[.[] | .tag_name | select(startswith("'"${{ parameters.python_version }}"'"))] | .[]' \
154
| sort -V | tail -n 1 | cut -d- -f1)
155
echo "Resolved latest python version: $PATCH"
156
echo "##vso[task.setvariable variable=LD_LIBRARY_PATH;]/agent/_work/_tool/Python/${PATCH}/x64/lib/"
0 commit comments