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 0f9690c commit 1579d39Copy full SHA for 1579d39
tools/build_wheel.sh
@@ -102,7 +102,7 @@ if [ "${PLAT}" == "arm64" ]; then
102
fi
103
# Test that the wheel works with a different python
104
PYTHON=python3.11
105
-if [ $(uname) == "Darwin" ] -a [ "${PLAT}" == "x86_64" ]; then
+if [ "$(uname)" == "Darwin" -a "${PLAT}" == "x86_64" ]; then
106
which python3.11
107
PYTHON="arch -x86_64 python3.11"
108
0 commit comments