Simple CI checks of the source code take over 2 hours to run because of poetry's installation step. This step seems to be building packages like jaxlib from source.
We should replace the current CI logic with an approach like augur's where we first install all dependencies from Conda followed by installation of the Git version of evofr.
Simple CI checks of the source code take over 2 hours to run because of poetry's installation step. This step seems to be building packages like jaxlib from source.
We should replace the current CI logic with an approach like augur's where we first install all dependencies from Conda followed by installation of the Git version of evofr.