mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-24 17:06:16 +03:00
Removed openblas-devel and pkgconfig on manylinux
This commit is contained in:
parent
6672663c09
commit
0204e70e7b
2
.github/workflows/wheels-test.sh
vendored
2
.github/workflows/wheels-test.sh
vendored
|
@ -11,7 +11,7 @@ if [[ "$OSTYPE" == "darwin"* ]]; then
|
|||
elif [ "${AUDITWHEEL_POLICY::9}" == "musllinux" ]; then
|
||||
apk add curl fribidi
|
||||
else
|
||||
yum install -y fribidi openblas-devel pkgconfig
|
||||
yum install -y fribidi
|
||||
fi
|
||||
if [ "${AUDITWHEEL_POLICY::9}" != "musllinux" ]; then
|
||||
python3 -m pip install numpy
|
||||
|
|
Loading…
Reference in New Issue
Block a user