Skip to content

Commit 68a69e6

Browse files
committed
fix test
1 parent 4f95dd5 commit 68a69e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ci-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ if [ "${INTERFACE64}" != "1" ]; then
2020
else
2121
config_str=$($PYTHON -m scipy_openblas64)
2222
fi
23-
version=$($PYTHON -m pip list | grep scipy-openblas | sed 's/.*\s//')
23+
version=$($PYTHON -m pip list | grep scipy-openblas | sed 's/.*[[:space:]]//')
2424
if [[ "$config_str" != *"$version"* ]]; then
2525
echo "config_str version does not match the pyproject.toml"
2626
exit -1

0 commit comments

Comments
 (0)