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.
2 parents f6d5b48 + fea929b commit cb2b56fCopy full SHA for cb2b56f
.github/workflows/wheels-test.sh
@@ -13,9 +13,7 @@ else
13
yum install -y fribidi
14
fi
15
16
-if [ "${AUDITWHEEL_POLICY::9}" != "musllinux" ]; then
17
- python3 -m pip install numpy
18
-fi
+python3 -m pip install numpy
19
20
if [ ! -d "test-images-main" ]; then
21
curl -fsSL -o pillow-test-images.zip https://github.com/python-pillow/test-images/archive/main.zip
0 commit comments