We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80a9510 commit 4b7c113Copy full SHA for 4b7c113
1 file changed
ci-before-build.sh
@@ -52,7 +52,7 @@ if [[ "$NIGHTLY" = "true" ]]; then
52
else
53
export OPENBLAS_COMMIT=$(cat openblas_commit.txt)
54
fi
55
-echo "creating wheel from $OPENBLAS_COMMIT" (NIGHTLY is $NIGHTLY)"
+echo "creating wheel from $OPENBLAS_COMMIT (NIGHTLY is $NIGHTLY)"
56
57
if [ "$(uname)" != "Darwin" ]; then
58
./tools/install-static-clang.sh
0 commit comments