Closed eytanadler closed 5 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 82.08%. Comparing base (
ed14c54
) to head (63eecf4
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@eytanadler is this ready for a review? The checks are hanging, but it seems that might be what this PR is addressing?
Yes it's ready. The checks are hanging because they changed name (1.6.0 -> 1.7.0), so the required ones I have setup are no longer valid. If you're good with these changes I can fix it
Purpose
Fix the GitHub Actions failures on the MacOS builds when setting up Python.
SciPy 1.6.0 wasn't working on the ARM Mac builds, so I've bumped the minimum SciPy version from 1.6.0 to 1.7.0, which now works correctly.
Finally, this has some minor codecov changes that seem to work better now (the main changes were a new token in the OpenConcept secrets and bumping the codecov action to version 4).
Type of change
What types of change is it? Select the appropriate type(s) that describe this PR