Skip to content

Commit bd07cec

Browse files
committed
tools/docker: fix python build script
1 parent 0ee037d commit bd07cec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ function check_wheel() {
132132
"ortools/test/test.pyi"
133133
)
134134
for FILE in "${MYPY_FILES[@]}"; do
135-
if [[ ! -f "${BUILD_DIR}/build/python/${FILE}" ]]; then
135+
if [[ ! -f "${BUILD_DIR}/python/${FILE}" ]]; then
136136
echo "error: ${FILE} missing in the python project"
137137
exit 1
138138
fi

0 commit comments

Comments
 (0)