This is an automated email from the ASF dual-hosted git repository. damccorm pushed a commit to branch users/damccorm/pyPost in repository https://gitbox.apache.org/repos/asf/beam.git
commit 17ece9b9fd8d63994166a75d5ed0d72ec06adeed Author: Danny McCormick <[email protected]> AuthorDate: Thu Jan 29 11:26:35 2026 -0500 Fix python postcommit --- sdks/python/test-suites/portable/common.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdks/python/test-suites/portable/common.gradle b/sdks/python/test-suites/portable/common.gradle index f325582cbf5..f7fa3e8e0b2 100644 --- a/sdks/python/test-suites/portable/common.gradle +++ b/sdks/python/test-suites/portable/common.gradle @@ -96,7 +96,7 @@ tasks.register("portableLocalRunnerJuliaSetWithSetupPy") { && python juliaset_main.py \\ --runner=PortableRunner \\ --job_endpoint=embed \\ - --requirements_file=./requirements.txt \\ + --setup_file=./setup.py \\ --coordinate_output=/tmp/juliaset \\ --grid_size=1 """
