Closed ma-sadeghi closed 8 months ago
Need to reopen. The CI for mac using pip failed.
Think it works now (replaced pytest
with python -m pytest
in the gitub action yml files)
Works for conda and pip on macOS-14. Works for conda on macOS-latest. Not too bad. Reasonably happy with the outcome.
Currently, CI workflows run on Windows and Ubuntu, but not on macOS. Since there are two types of Mac hardware, consider adding both to your CI workflows:
macos-latest
(Intel-based),macos-14
(Apple M chip).