Skip to content

Commit cb2b56f

Browse files
authored
Merge pull request #8374 from radarhere/numpy
Test NumPy with musllinux wheels
2 parents f6d5b48 + fea929b commit cb2b56f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/wheels-test.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@ else
1313
yum install -y fribidi
1414
fi
1515

16-
if [ "${AUDITWHEEL_POLICY::9}" != "musllinux" ]; then
17-
python3 -m pip install numpy
18-
fi
16+
python3 -m pip install numpy
1917

2018
if [ ! -d "test-images-main" ]; then
2119
curl -fsSL -o pillow-test-images.zip https://github.com/python-pillow/test-images/archive/main.zip

0 commit comments

Comments
 (0)