This is an automated email from the ASF dual-hosted git repository.
tvalentyn pushed a commit to branch release-2.56.0
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/release-2.56.0 by this push:
new bba3ac36676 [release-2.56.0] Cherry-picks #31070 (#31072)
bba3ac36676 is described below
commit bba3ac366769c73858c0447462af1bdc7ce08406
Author: tvalentyn <[email protected]>
AuthorDate: Mon Apr 22 14:16:21 2024 -0700
[release-2.56.0] Cherry-picks #31070 (#31072)
---
sdks/python/apache_beam/runners/portability/stager.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/sdks/python/apache_beam/runners/portability/stager.py
b/sdks/python/apache_beam/runners/portability/stager.py
index f6207d80a9d..48dabe18aa3 100644
--- a/sdks/python/apache_beam/runners/portability/stager.py
+++ b/sdks/python/apache_beam/runners/portability/stager.py
@@ -791,6 +791,7 @@ class Stager(object):
Stager._get_python_executable(),
'-m',
'build',
+ '--no-isolation', # Otherwise, we need internet access to PyPI.
'--sdist',
'--outdir',
temp_dir,