We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd07cec commit f621d6aCopy full SHA for f621d6a
tools/docker/python/build-manylinux.sh
@@ -129,7 +129,6 @@ function check_wheel() {
129
"ortools/sat/python/swig_helper.pyi"
130
"ortools/scheduling/python/rcpsp.pyi"
131
"ortools/util/python/sorted_interval_list.pyi"
132
- "ortools/test/test.pyi"
133
)
134
for FILE in "${MYPY_FILES[@]}"; do
135
if [[ ! -f "${BUILD_DIR}/python/${FILE}" ]]; then
@@ -138,7 +137,6 @@ function check_wheel() {
138
137
fi
139
done
140
141
-
142
# Check all generated wheel packages
143
pushd "${BUILD_DIR}/python/dist"
144
for FILE in *.whl; do
0 commit comments