galsci / pysm

PySM 3: Sky emission simulations for Cosmic Microwave Background experiments
https://pysm3.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
33 stars 23 forks source link

Looking for help in maintaining PySM 3 for Mac OS via Github Actions #127

Open zonca opened 1 year ago

zonca commented 1 year ago

I had unit testing working on Github Actions for Mac OS. However, after I added the requirement on pixell, numba stopped working. I tried playing with NUMBA_DISABLE_JIT, I got most tests working when connected via SSH to the Github Action runner, see https://zonca.dev/2022/05/ssh-github-action.html However, I couldn't transfer that to the workflow yaml.

If someone would like to help, please open a pull request and see if you are able to reactivate the Mac OS built.

See 2dbaebc for my attempts.