shunping commented on code in PR #37331:
URL: https://github.com/apache/beam/pull/37331#discussion_r2714438341


##########
sdks/python/container/piputil.go:
##########
@@ -81,7 +81,7 @@ func isPackageInstalled(pkgName string) bool {
 }
 
 // pipInstallPackage installs the given package, if present.
-func pipInstallPackage(ctx context.Context, logger *tools.Logger, files 
[]string, dir, name string, force, optional bool, extras []string) error {
+func pipInstallPackage(ctx context.Context, logger *tools.Logger, files 
[]string, dir, name string, force, optional, useBuildIsolation bool, extras 
[]string) error {

Review Comment:
   Decided to use experiment instead.



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