The tests don't seem to pass after a clean install of the dependencies. We ran git bisect and found that #445 seems to have broken the tests:
41ddadb37ab30aa27ee216e8c2f715157bac419a is the first bad commit
commit 41ddadb37ab30aa27ee216e8c2f715157bac419a
Author: Jeff King <jeffking@gmail.com>
Date: Thu Jul 14 14:03:28 2022 -0700
Analysis Steps improvements and other improvements. (#445)
It would be nice to fix this and then add CI to make sure that no future commits break the tests.
The tests don't seem to pass after a clean install of the dependencies. We ran
git bisect
and found that #445 seems to have broken the tests:It would be nice to fix this and then add CI to make sure that no future commits break the tests.