mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-07-04 20:03:20 +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
|
elif [ "${AUDITWHEEL_POLICY::9}" == "musllinux" ]; then
|
||||||
apk add curl fribidi
|
apk add curl fribidi
|
||||||
else
|
else
|
||||||
yum install -y fribidi openblas-devel pkgconfig
|
yum install -y fribidi
|
||||||
fi
|
fi
|
||||||
if [ "${AUDITWHEEL_POLICY::9}" != "musllinux" ]; then
|
if [ "${AUDITWHEEL_POLICY::9}" != "musllinux" ]; then
|
||||||
python3 -m pip install numpy
|
python3 -m pip install numpy
|
||||||
|
|
Loading…
Reference in New Issue
Block a user