This is an automated email from the ASF dual-hosted git repository. vterentev pushed a commit to branch fix-python-ml-workflows in repository https://gitbox.apache.org/repos/asf/beam.git
commit 24a2be323028c6254bf3a270a717603aa445e15a Author: Vitaly Terentyev <[email protected]> AuthorDate: Thu Feb 26 17:51:58 2026 +0400 Remove --pre --- buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy b/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy index 76f380c94bb..7e2762c41ec 100644 --- a/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy +++ b/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy @@ -3171,7 +3171,7 @@ class BeamModulePlugin implements Plugin<Project> { project.exec { executable 'sh' - args '-c', ". ${project.ext.envdir}/bin/activate && pip install --pre --retries 10 ${distTarBall}[${packages}]" + args '-c', ". ${project.ext.envdir}/bin/activate && pip install --retries 10 ${distTarBall}[${packages}]" } } }
