AnandInguva commented on code in PR #23694:
URL: https://github.com/apache/beam/pull/23694#discussion_r998345018


##########
.github/workflows/python_tests.yml:
##########
@@ -111,7 +111,7 @@ jobs:
       - name: Install python
         uses: actions/setup-python@v4
         with:
-          python-version: ${{ matrix.params.py_ver }}
+          python-version: '${{ matrix.params.py_ver }}'

Review Comment:
   I don't quite understand why we need quotes here. The input is already in 
quotes(a string) and this variable is able to catch it and run the python 3.10 
tests.
   



-- 
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]

Reply via email to