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

Test NumPy on Alpine for Python >= 3.9 #411

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down