theochem / Selector

Methods for selecting diverse (molecular) database.
https://selector.qcdevs.org
GNU General Public License v3.0
22 stars 20 forks source link

Fix GitHub Actions crash for MacOS version change #213

Closed FanwangM closed 2 weeks ago

FanwangM commented 2 weeks ago

macos-14 aka. macos-latest has switched to being an ARM runner, only supporting newer versions of Python. This is related to https://github.com/actions/setup-python/issues/825

codecov[bot] commented 2 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 96.18%. Comparing base (dbc2202) to head (e032477). Report is 1 commits behind head on main.

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/theochem/Selector/pull/213/graphs/tree.svg?width=650&height=150&src=pr&token=0UJixrJfNJ&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=theochem)](https://app.codecov.io/gh/theochem/Selector/pull/213?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=theochem) ```diff @@ Coverage Diff @@ ## main #213 +/- ## ========================================== - Coverage 96.21% 96.18% -0.04% ========================================== Files 9 9 Lines 951 943 -8 ========================================== - Hits 915 907 -8 Misses 36 36 ``` [see 8 files with indirect coverage changes](https://app.codecov.io/gh/theochem/Selector/pull/213/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=theochem)