-
Notifications
You must be signed in to change notification settings - Fork 1
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 macOS runner #66
Fix macOS runner #66
Conversation
rcannood
commented
Oct 28, 2024
•
edited
Loading
edited
- Manually install OpenBLAS on macOS (PR Install OpenBLAS on macOS in check action #62).
- Switch to Python 3.12 for being able to install scipy on macOS (PR Fix macOS runner #66).
Phew! @lazappi Could you review? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, I didn't think about the Python version. You're a genius! 🎉
Clearly not, since it took me like 50 commits to get there. Ingot it to work by finding an environment for which a wheel for scipy 1.12 already exists (https://pypi.org/project/scipy/1.12.0/#files). |