We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe1fc7e commit 70ac2b5Copy full SHA for 70ac2b5
1 file changed
ci-before-build.sh
@@ -21,7 +21,7 @@ obcommit=$OPENBLAS_COMMIT
21
22
# convert - to . in OPENBLAS_COMMIT
23
# strip off the last (build) number from version
24
-if [[ "${obcommit//-/.}" == *"${version%.*}"* ]]; then
+if [[ "${obcommit//-/.}" != *"${version%.*}"* ]]; then
25
echo "OPENBLAS_COMMIT $OPENBLAS_COMMIT does not match the pyproject.toml version $version"
26
exit -1
27
fi
0 commit comments