Skip to content

Commit

Permalink
Merge pull request #8374 from radarhere/numpy
Browse files Browse the repository at this point in the history
Test NumPy with musllinux wheels
  • Loading branch information
hugovk committed Sep 13, 2024
2 parents f6d5b48 + fea929b commit cb2b56f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/wheels-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cb2b56f

Please sign in to comment.