Skip to content

Commit f621d6a

Browse files
committed
fixup
1 parent bd07cec commit f621d6a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: tools/docker/python/build-manylinux.sh

-2
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ function check_wheel() {
129129
"ortools/sat/python/swig_helper.pyi"
130130
"ortools/scheduling/python/rcpsp.pyi"
131131
"ortools/util/python/sorted_interval_list.pyi"
132-
"ortools/test/test.pyi"
133132
)
134133
for FILE in "${MYPY_FILES[@]}"; do
135134
if [[ ! -f "${BUILD_DIR}/python/${FILE}" ]]; then
@@ -138,7 +137,6 @@ function check_wheel() {
138137
fi
139138
done
140139

141-
142140
# Check all generated wheel packages
143141
pushd "${BUILD_DIR}/python/dist"
144142
for FILE in *.whl; do

0 commit comments

Comments
 (0)