tvalentyn commented on code in PR #31199:
URL: https://github.com/apache/beam/pull/31199#discussion_r1592923231
##########
.github/actions/setup-environment-action/action.yml:
##########
@@ -42,13 +42,13 @@ runs:
if: ${{ inputs.python-version != '' }}
uses: actions/setup-python@v4
with:
- python-version: ${{ inputs.python-version }}
+ python-version: ${{ inputs.python-version == 'default' && '3.8' ||
inputs.python-version }}
Review Comment:
Thanks!
What will be the value if python-version is not specified explicitly by a
suite? Should we make it a mandatory param?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]