-
Notifications
You must be signed in to change notification settings - Fork 9
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
Update test matrix and add scheduled tests #210
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #210 +/- ##
=======================================
Coverage 93.27% 93.27%
=======================================
Files 29 29
Lines 3167 3167
=======================================
Hits 2954 2954
Misses 213 213 ☔ View full report in Codecov by Sentry. |
I've merged in |
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.
Weird that we're running into issues with the actions MacOS workers, but we can address this later. In any case, great to set up testing across a variety of architectures, and importantly the nightly tests!
Updates test matrix to run tests across all supported Python versions (currently Python 3.8 – 3.12)
and operating systems. Also adds weekly scheduled test runs to resolve #208.Given this makes the test matrix quite large
(15 combinations of OS and Python version), and Python 3.8 and Python 3.9 are both out of the recommended support window of both SPEC0 and NEP29, I would also recommend we consider dropping Python 3.8 and Python 3.9 support (in a separate PR).EDIT: Appears that there are not Windows wheels available for
healpy
/pyssht
and we're getting a segfault somewhere when using MacOS / Python 3.9+ so reverting to only testing on Ubuntu + (MacOS, Python 3.8) for now.