From 632c11b2abe97bc80af696ace2da0bd8a6d74c74 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Mon, 6 Sep 2021 07:36:40 +1000 Subject: [PATCH] Install numpy on Python 3.10 --- .ci/install.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.ci/install.sh b/.ci/install.sh index 0f3a36bc42f..c48acf9eece 100755 --- a/.ci/install.sh +++ b/.ci/install.sh @@ -32,8 +32,7 @@ python3 -m pip install -U pytest-cov python3 -m pip install -U pytest-timeout python3 -m pip install pyroma python3 -m pip install test-image-results -# TODO Remove condition when numpy supports 3.10 -if ! [ "$GHA_PYTHON_VERSION" == "3.10-dev" ]; then python3 -m pip install numpy ; fi +python3 -m pip install numpy # PyQt5 doesn't support PyPy3 if [[ $GHA_PYTHON_VERSION == 3.* ]]; then