From 7a0023d8406b63b83b2b4b9e1644e9306b8321fd Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Mon, 18 Sep 2023 15:36:01 +1000 Subject: [PATCH] Install libopenblas-dev and pkg-config to fix NumPy install on Linux PyPy 3.10 --- config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.sh b/config.sh index a5daa43e4..c5651890c 100644 --- a/config.sh +++ b/config.sh @@ -152,7 +152,7 @@ function run_tests { apk add curl fribidi else apt-get update - apt-get install -y curl libfribidi0 unzip + apt-get install -y curl libfribidi0 libopenblas-dev pkg-config unzip fi if [ -z "$IS_ALPINE" ]; then python3 -m pip install numpy