-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix the failing GitHub Actions #67
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #67 +/- ##
=======================================
Coverage 82.08% 82.08%
=======================================
Files 103 103
Lines 10717 10717
=======================================
Hits 8797 8797
Misses 1920 1920 ☔ View full report in Codecov by Sentry. |
@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