We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3ffd3a commit f226cdbCopy full SHA for f226cdb
1 file changed
ci-before-build.sh
@@ -26,7 +26,7 @@ if [[ "${obcommit//-/.}" != *"${version%.*}"* ]]; then
26
exit -1
27
fi
28
29
-export OPENBLAS_VERSION=version
+export OPENBLAS_VERSION=$version
30
echo "creating wheel from $OPENBLAS_COMMIT (NIGHTLY is $NIGHTLY)"
31
32
case "$PLAT" in
0 commit comments