Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
narrieta@microsoft committed Jan 2, 2025
1 parent 5964053 commit 60fd430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/python_eol/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
if [ ${{ parameters.python_3_4 }} == "True" ]; then
PYTHON_VERSIONS+=("3.4")
fi
PYTHON_VERSIONS_JSON=$(printf '%s\n' "${PYTHON_VERSIONS[@]}" | jq -R . | jq -s .)
PYTHON_VERSIONS_JSON=$(echo ${PYTHON_VERSIONS[@]} | sed -E 's/([0-9.]+)/"\1"/g' | sed 's/ /,/g' )
echo "Python versions: $PYTHON_VERSIONS_JSON"
echo "##vso[task.setvariable variable=PYTHON_VERSIONS;isOutput=true]$PYTHON_VERSIONS_JSON"
name: "SetPythonVersions"
Expand Down

0 comments on commit 60fd430

Please sign in to comment.