This is an automated email from the ASF dual-hosted git repository.
damccorm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/master by this push:
new 9fcb17408ee Fix python postcommit (#37447)
9fcb17408ee is described below
commit 9fcb17408eef837261aecec5c5fe14982d7fd508
Author: Danny McCormick <[email protected]>
AuthorDate: Thu Jan 29 15:01:50 2026 -0500
Fix python postcommit (#37447)
* Fix python postcommit
* Trigger postcommit
---
.github/trigger_files/beam_PostCommit_Python.json | 4 ++--
sdks/python/test-suites/portable/common.gradle | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/trigger_files/beam_PostCommit_Python.json
b/.github/trigger_files/beam_PostCommit_Python.json
index d36d0db940c..7a434069980 100644
--- a/.github/trigger_files/beam_PostCommit_Python.json
+++ b/.github/trigger_files/beam_PostCommit_Python.json
@@ -1,5 +1,5 @@
{
"comment": "Modify this file in a trivial way to cause this test suite to
run.",
- "pr": "37360",
+ "pr": "36271",
"modification": 38
-}
\ No newline at end of file
+}
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
"""