Skip to content

CI: Allow numpy without blas when testing Linux i686 wheels

Anton Joubert requested to merge numpy-tests-with-noblas into develop

There aren't numpy binary packages for all i686 platforms, so it gets compiled from source. Since version 1.26.0, the compilation fails if libblas is not available. We don't need the speed improvements of libblas for our tests, so we opt out of it, if necessary.

Merge request reports