metaflow icon indicating copy to clipboard operation
metaflow copied to clipboard

R tests on Github fail with macos-latest runner

Open saikonen opened this issue 1 year ago • 1 comments

#1814 swapped R test runner to ubuntu, due to them failing with macos-latest runners since the macos 14 update.

Suggest looking into eventually fixing R tests so they can be run on macos-latest, as this should be a more common platform among users requiring the R support.

saikonen avatar Apr 26 '24 23:04 saikonen

Key areas to investigate:

  • R package installation issues on macos 14
  • Test environment differences between macos and Ubuntu
  • Potential platform-specific test assumptions

ayushranjan2 avatar Dec 04 '24 16:12 ayushranjan2