Skip to content
This repository was archived by the owner on Oct 8, 2024. It is now read-only.

Commit 4737154

Browse files
committed
Simplified logic since NumPy 1.22 dropped support for Python 3.7
1 parent 7d74e7c commit 4737154

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ function run_tests {
162162
else
163163
apt-get install libfribidi0
164164
fi
165-
if [[ "$MB_PYTHON_VERSION" != 3.7 ]] && [[ $(uname -m) == "i686" ]]; then
165+
if [[ $(uname -m) == "i686" ]]; then
166166
python3 -m pip install numpy==1.21
167167
elif [ -z "$IS_ALPINE" ]; then
168168
python3 -m pip install numpy

0 commit comments

Comments
 (0)