damccorm commented on code in PR #24763:
URL: https://github.com/apache/beam/pull/24763#discussion_r1057684305


##########
.github/workflows/python_tests.yml:
##########
@@ -129,7 +129,7 @@ jobs:
       - name: Install tox
         run: pip install tox==3.27.1
       - name: Run tests basic unix
-        if: contains(matrix.os, 'ubuntu') || startsWith(matrix.os, 'macos')
+        if: contains(matrix.os, 'ubuntu-20.04') || startsWith(matrix.os, 
'macos')

Review Comment:
   Do we need this change? I actually like just gating on ubuntu, it seems 
cleaner since we won't need to update it if we change ubuntu versions



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