We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dd7af1 commit e446505Copy full SHA for e446505
tools/docker/python/build-manylinux.sh
@@ -186,9 +186,9 @@ function test_wheel() {
186
"ortools/linear_solver/samples/simple_lp_program.py"
187
"ortools/linear_solver/samples/simple_mip_program.py"
188
"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"
+ "ortools/routing/samples/tsp.py"
+ "ortools/routing/samples/vrp.py"
+ "ortools/routing/samples/cvrptw_break.py"
192
)
193
194
# Run all the specified test scripts using the current environment.
0 commit comments