AnandInguva commented on a change in pull request #16008:
URL: https://github.com/apache/beam/pull/16008#discussion_r802037353
##########
File path: build.gradle.kts
##########
@@ -278,9 +279,11 @@ tasks.register("pythonDockerBuildPreCommit") {
dependsOn(":sdks:python:container:py36:docker")
dependsOn(":sdks:python:container:py37:docker")
dependsOn(":sdks:python:container:py38:docker")
+ dependsOn(":sdks:python:container:py39:docker")
}
tasks.register("pythonLintPreCommit") {
+ // TODO(BEAM-8890): Find a better way to specify lint and formatter tasks
without hardcoding py version.
Review comment:
I think it should be BEAM-9980
--
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]