Merge pull request #8374 from radarhere/numpy

Test NumPy with musllinux wheels
This commit is contained in:
Hugo van Kemenade 2024-09-13 07:22:32 +03:00 committed by GitHub
commit cb2b56f337
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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