Skip to content

Commit 9c30b69

Browse files
committedFeb 12, 2025·
tools/docker: fix build-muslinux.sh
1 parent a815a05 commit 9c30b69

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎tools/docker/python/build-musllinux.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -187,9 +187,9 @@ function test_wheel() {
187187
"ortools/linear_solver/samples/simple_lp_program.py"
188188
"ortools/linear_solver/samples/simple_mip_program.py"
189189
"ortools/sat/samples/simple_sat_program.py"
190-
"ortools/constraint_solver/samples/tsp.py"
191-
"ortools/constraint_solver/samples/vrp.py"
192-
"ortools/constraint_solver/samples/cvrptw_break.py"
190+
"ortools/routing/samples/tsp.py"
191+
"ortools/routing/samples/vrp.py"
192+
"ortools/routing/samples/cvrptw_break.py"
193193
)
194194

195195
# Run all the specified test scripts using the current environment.

0 commit comments

Comments
 (0)
Please sign in to comment.