AnandInguva commented on code in PR #26083:
URL: https://github.com/apache/beam/pull/26083#discussion_r1163311984
##########
build.gradle.kts:
##########
@@ -459,6 +459,15 @@ tasks.register("pythonPreCommit") {
dependsOn(":sdks:python:test-suites:tox:py311:preCommitPy311")
}
+tasks.register("pythonPreCommitRC") {
+ dependsOn(":sdks:python:test-suites:tox:py37:preCommitPy37RC")
+ dependsOn(":sdks:python:test-suites:tox:py38:preCommitPy38RC")
+ dependsOn(":sdks:python:test-suites:tox:py39:preCommitPy39RC")
Review Comment:
Run on low, high python 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]