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
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.
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.htmlHowever, 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.
The text was updated successfully, but these errors were encountered: