Skip to content

Commit

Permalink
Don't use isolated builds when building an sdist for a pipeline packa…
Browse files Browse the repository at this point in the history
…ge supplied in --setup_file option. (#31070)
  • Loading branch information
tvalentyn authored Apr 22, 2024
1 parent f8b8121 commit 718af0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sdks/python/apache_beam/runners/portability/stager.py
Original file line number Diff line number Diff line change
Expand Up @@ -791,6 +791,7 @@ def _build_setup_package(setup_file, # type: str
Stager._get_python_executable(),
'-m',
'build',
'--no-isolation', # Otherwise, we need internet access to PyPI.
'--sdist',
'--outdir',
temp_dir,
Expand Down

0 comments on commit 718af0d

Please sign in to comment.