MIDASverse / MIDASpy

Python package for missing-data imputation with deep learning
Apache License 2.0
125 stars 35 forks source link

Merge update to CI-macOS from develop #37

Closed edvinskis closed 1 month ago

edvinskis commented 1 month ago

The workflows were previously successful with macOS and Python 3.7 months ago when a different runner was used. This issue now arises due to the unavailability of Python 3.7 for ARM64 architecture on macOS, which is where the runner macos-latest now points to. Using macos-11 for Python 3.7 should resolve the problem, while the remaining will continue to use macos-latest.