Skip to content

Commit fbb83f3

Browse files
committed
fix travis error
Co-authored by: nijincheng@iscas.ac.cn;
1 parent 4a70662 commit fbb83f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/build_wheel.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ source tools/build_prepare.sh
1515
$PYTHON -m pip wheel -w dist -v .
1616

1717
auditwheel repair -w dist --lib-sdir /lib dist/*.whl
18-
rm dist/scipy_openblas*-none-any.whl
18+
1919
# Add an RPATH to libgfortran:
2020
# https://github.com/pypa/auditwheel/issues/451
2121
if [ "$MB_ML_LIBC" == "musllinux" ]; then

0 commit comments

Comments
 (0)