We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f95dd5 commit 68a69e6Copy full SHA for 68a69e6
1 file changed
ci-test.sh
@@ -20,7 +20,7 @@ if [ "${INTERFACE64}" != "1" ]; then
20
else
21
config_str=$($PYTHON -m scipy_openblas64)
22
fi
23
-version=$($PYTHON -m pip list | grep scipy-openblas | sed 's/.*\s//')
+version=$($PYTHON -m pip list | grep scipy-openblas | sed 's/.*[[:space:]]//')
24
if [[ "$config_str" != *"$version"* ]]; then
25
echo "config_str version does not match the pyproject.toml"
26
exit -1
0 commit comments