Skip to content

Commit e446505

Browse files
committed
tools/docker: Fix python manylinux tests
1 parent 4dd7af1 commit e446505

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tools/docker/python/build-manylinux.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -186,9 +186,9 @@ function test_wheel() {
186186
"ortools/linear_solver/samples/simple_lp_program.py"
187187
"ortools/linear_solver/samples/simple_mip_program.py"
188188
"ortools/sat/samples/simple_sat_program.py"
189-
"ortools/constraint_solver/samples/tsp.py"
190-
"ortools/constraint_solver/samples/vrp.py"
191-
"ortools/constraint_solver/samples/cvrptw_break.py"
189+
"ortools/routing/samples/tsp.py"
190+
"ortools/routing/samples/vrp.py"
191+
"ortools/routing/samples/cvrptw_break.py"
192192
)
193193

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

0 commit comments

Comments
 (0)