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


##########
sdks/python/build.gradle:
##########
@@ -124,10 +124,20 @@ tasks.register("generateYamlDocs") {
   outputs.file "${buildDir}/yaml-examples.html"
 }
 
+tasks.register("installYamlIntegrationTestDeps") {
+  dependsOn installGcpTest
+  doLast {
+    exec {
+      executable 'sh'
+      args '-c', ". ${envdir}/bin/activate && pip install --pre --retries 10 
${buildDir}/apache-beam.tar.gz[ml_test,yaml,transformers]"

Review Comment:
   Thanks! I think we should be able to remove the corresponding arg from the 
workflows entirely now, right?



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