mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 18:06:18 +03:00
Install libopenblas-dev and pkg-config to fix NumPy install on Linux PyPy 3.10
This commit is contained in:
parent
f2665f573f
commit
7a0023d840
|
@ -152,7 +152,7 @@ function run_tests {
|
||||||
apk add curl fribidi
|
apk add curl fribidi
|
||||||
else
|
else
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install -y curl libfribidi0 unzip
|
apt-get install -y curl libfribidi0 libopenblas-dev pkg-config unzip
|
||||||
fi
|
fi
|
||||||
if [ -z "$IS_ALPINE" ]; then
|
if [ -z "$IS_ALPINE" ]; then
|
||||||
python3 -m pip install numpy
|
python3 -m pip install numpy
|
||||||
|
|
Loading…
Reference in New Issue
Block a user