Closed G-Rath closed 4 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 93.93%. Comparing base (
31789cc
) to head (9cb327d
). Report is 11 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This PR contains a:
Motivation / Use-Case
It seems like there isn't a precompiled version of
node-sass
available formacos-latest
, andnode-gpy
then fails to build it from source due to the version not being compatible with Python 3.12.It seems like this might be the last straw for
node-sass
but in the meantime we can work around this by just explicitly installing an older version of Python when running onmacos-latest
.Breaking Changes
This is not a breaking change
Additional Info