Skip to content

Commit

Permalink
Do not install numpy for Python 3.10 on x86_64
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Aug 15, 2021
1 parent 198dd1a commit 812155d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ function run_tests {
else
python3 -m pip install numpy==1.20.3
fi
else
elif [[ "$MB_PYTHON_VERSION" != 3.10 ]] || [[ "$PLAT" != "x86_64" ]]; then
python3 -m pip install numpy
fi

Expand Down

0 comments on commit 812155d

Please sign in to comment.