From fb7aef7287259de93e18598ed13d1b06dbbd0378 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Tue, 19 Sep 2023 15:27:42 +1000 Subject: [PATCH] Test NumPy on Alpine for Python >= 3.9 --- config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.sh b/config.sh index 15b47885..5d772201 100644 --- a/config.sh +++ b/config.sh @@ -155,7 +155,7 @@ function run_tests { apt-get update apt-get install -y curl libfribidi0 libopenblas-dev pkg-config unzip fi - if [ -z "$IS_ALPINE" ]; then + if [ -z "$IS_ALPINE" ] || [[ "$MB_PYTHON_VERSION" != 3.8 ]]; then python3 -m pip install numpy fi python3 -m pip install defusedxml olefile pyroma