Skip to content

Commit 7d8ef8f

Browse files
committed
tweak code comment
1 parent d5873d8 commit 7d8ef8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/wheels/cibw_before_build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ elif [ -z $INSTALL_OPENBLAS ]; then
2525
export INSTALL_OPENBLAS=true
2626
fi
2727

28-
# Install OpenBLAS from scipy-openblas64
28+
# Install OpenBLAS from scipy-openblas32|64
2929
if [[ "$INSTALL_OPENBLAS" = "true" ]] ; then
3030
# By default, use scipy-openblas64
3131
# On 32-bit platforms and on win-arm64, use scipy-openblas32

0 commit comments

Comments
 (0)