Skip to content

Commit 8862099

Browse files
hugovkradarhere
andcommitted
Fix condition
Co-authored-by: Andrew Murray <[email protected]>
1 parent 521a7d1 commit 8862099

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ elif [ "${AUDITWHEEL_POLICY::9}" == "musllinux" ]; then
1212
else
1313
yum install -y fribidi
1414
fi
15-
if [ "${AUDITWHEEL_POLICY::9}" != "musllinux" ] && ! [[ "$OSTYPE" == "darwin"* ]]; then
15+
if [ "${AUDITWHEEL_POLICY::9}" != "musllinux" ]; then
1616
python3 -m pip install numpy
1717
fi
1818

0 commit comments

Comments
 (0)