khaeru / genno

Efficient, transparent computation on labelled, N-dimensional data
https://genno.rtfd.io
GNU General Public License v3.0
1 stars 2 forks source link

Adjust CI for Python 3.8, 3.9 on macOS #139

Closed khaeru closed 7 months ago

khaeru commented 7 months ago

Work around https://github.com/actions/setup-python/issues/696#issuecomment-2072959905, in a similar way others appear to be doing.

Per other resources, this may be eventually resolved by upstream changes. If so, the fix could be reverted.

PR checklist

codecov-commenter commented 7 months ago

Codecov Report

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

Project coverage is 100.00%. Comparing base (6ef10f2) to head (ec974e0).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #139 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 51 51 Lines 4732 4732 ========================================= Hits 4732 4732 ```