Skip to content

Commit 246d955

Browse files
authored
Fix PostCommit Python job (#36098)
Fix PostCommit Python job
2 parents 359c9eb + 69aa8af commit 246d955

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdks/python/test-suites/portable/common.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ tasks.register("portableLocalRunnerJuliaSetWithSetupPy") {
9696
&& python juliaset_main.py \\
9797
--runner=PortableRunner \\
9898
--job_endpoint=embed \\
99-
--setup_file=./setup.py \\
99+
--requirements_file=./requirements.txt \\
100100
--coordinate_output=/tmp/juliaset \\
101101
--grid_size=1
102102
"""

0 commit comments

Comments
 (0)