From 390e4a736077004aa469191b6f49a43ab7008d3d Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Sun, 17 Sep 2023 22:40:42 +1000 Subject: [PATCH] Install libopenblas-dev to fix installing NumPy on Linux PyPy 3.10 --- .ci/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/install.sh b/.ci/install.sh index acec05eee9d..4748feb3d49 100755 --- a/.ci/install.sh +++ b/.ci/install.sh @@ -23,7 +23,7 @@ if [[ $(uname) != CYGWIN* ]]; then sudo apt-get -qq install libfreetype6-dev liblcms2-dev python3-tk\ ghostscript libffi-dev libjpeg-turbo-progs libopenjp2-7-dev\ cmake meson imagemagick libharfbuzz-dev libfribidi-dev\ - sway wl-clipboard + sway wl-clipboard libopenblas-dev fi python3 -m pip install --upgrade pip