jepegit / cellpy

extract and tweak data from electrochemical tests of cells
MIT License
88 stars 30 forks source link

CI workflows don't test macOS #279

Closed ma-sadeghi closed 8 months ago

ma-sadeghi commented 9 months ago

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).

jepegit commented 9 months ago

Need to reopen. The CI for mac using pip failed.

jepegit commented 9 months ago

Think it works now (replaced pytest with python -m pytest in the gitub action yml files)

jepegit commented 9 months ago

Works for conda and pip on macOS-14. Works for conda on macOS-latest. Not too bad. Reasonably happy with the outcome.