You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 17, 2024. It is now read-only.
We have now an issue that our package doesn't pass the tests on 32 bit platforms. We haven't noticed so far but this is still an issue for people who want to package a python package since most distributions haven't dropped 32 bit support yet. The solution would be to download the 32bit version of conda. See obspy for how to do it.
The text was updated successfully, but these errors were encountered:
@kain88-de - we do 32-bit testing for Astropy via CircleCI (we don't use ci-helpers). We have a docker image for that. We could probably document this here or at least point to it. But I'll take a look at obspy since I hadn't thought of the 32-bit conda.
I am working on it in this branch: https://github.com/jbarnoud/ci-helpers/tree/32bits
I'll make a pull request if it ends up working, but so far I have some trouble compiling C extensions for 32 bits python on 64 bits travis.
We have now an issue that our package doesn't pass the tests on 32 bit platforms. We haven't noticed so far but this is still an issue for people who want to package a python package since most distributions haven't dropped 32 bit support yet. The solution would be to download the 32bit version of conda. See obspy for how to do it.
The text was updated successfully, but these errors were encountered: