Skip to content

Commit 9fcb174

Browse files
authored
Fix python postcommit (#37447)
* Fix python postcommit * Trigger postcommit
1 parent 0d72265 commit 9fcb174

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"comment": "Modify this file in a trivial way to cause this test suite to run.",
3-
"pr": "37360",
3+
"pr": "36271",
44
"modification": 38
5-
}
5+
}

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-
--requirements_file=./requirements.txt \\
99+
--setup_file=./setup.py \\
100100
--coordinate_output=/tmp/juliaset \\
101101
--grid_size=1
102102
"""

0 commit comments

Comments
 (0)