diff --git a/.github/trigger_files/beam_PostCommit_Python.json b/.github/trigger_files/beam_PostCommit_Python.json index d36d0db940c8..7a434069980d 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 f325582cbf54..f7fa3e8e0b26 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 """