We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a815a05 commit 9c30b69Copy full SHA for 9c30b69
tools/docker/python/build-musllinux.sh
@@ -187,9 +187,9 @@ function test_wheel() {
187
"ortools/linear_solver/samples/simple_lp_program.py"
188
"ortools/linear_solver/samples/simple_mip_program.py"
189
"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"
+ "ortools/routing/samples/tsp.py"
+ "ortools/routing/samples/vrp.py"
+ "ortools/routing/samples/cvrptw_break.py"
193
)
194
195
# Run all the specified test scripts using the current environment.
0 commit comments