nipy / nibabel

Python package to access a cacophony of neuro-imaging file formats

Home Page:http://nipy.org/nibabel/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add test runners for non-x86/x64 architectures

effigies opened this issue · comments

We should look into running tests on architectures supported by numpy.

We used to have some of this on Travis. It looks like numpy is moving to QEMU for testing on GHA: numpy/numpy#25108