Ok, I am not terribly familiar with github actions, but I have:
merged pull request 641 to fix the issue with matplotlib 3.6 onto main
merged main in this branch
disengaged a unit test that was making the unit tests fail on ubuntu-latest
and now everything seem in order.
Digression: the test failure was in test_ephemeris.py and ubuntu was complaining that
TypeError: gca() got an unexpected keyword argument 'projection'
which seems more related to the testing environment, rather than the test itself. (The latter was useless, by the way, which is why I just went ahead and skipped it).
Are we all set to merge this onto the main, and close issues #624 and #625?
Ok, I am not terribly familiar with github actions, but I have:
and now everything seem in order.
Digression: the test failure was in
test_ephemeris.py
and ubuntu was complaining thatwhich seems more related to the testing environment, rather than the test itself. (The latter was useless, by the way, which is why I just went ahead and skipped it).
Are we all set to merge this onto the main, and close issues #624 and #625?