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 30604e9 commit 2328411Copy full SHA for 2328411
.github/workflows/wheels-test.sh
@@ -12,7 +12,7 @@ elif [ "${AUDITWHEEL_POLICY::9}" == "musllinux" ]; then
12
else
13
yum install -y fribidi
14
fi
15
-if [ "${AUDITWHEEL_POLICY::9}" != "musllinux" ] && ! [[ "$OSTYPE" == "darwin"* ]]; then
+if [ "${AUDITWHEEL_POLICY::9}" != "musllinux" ]; then
16
python3 -m pip install numpy
17
18
0 commit comments