Test NumPy with musllinux wheels

This commit is contained in:
Andrew Murray 2024-09-13 07:34:56 +10:00
parent f6d5b48662
commit fea929bf10

View File

@ -13,9 +13,7 @@ else
yum install -y fribidi
fi
if [ "${AUDITWHEEL_POLICY::9}" != "musllinux" ]; then
python3 -m pip install numpy
fi
python3 -m pip install numpy
if [ ! -d "test-images-main" ]; then
curl -fsSL -o pillow-test-images.zip https://github.com/python-pillow/test-images/archive/main.zip