automl / neps

Neural Pipeline Search (NePS): Helps deep learning experts find the best neural pipeline.
https://automl.github.io/neps/
Apache License 2.0
44 stars 11 forks source link

[CI] Long environment set up time #41

Open eddiebergman opened 8 months ago

eddiebergman commented 8 months ago

Currently the tests take a very long time as each runner is installing the dependancies. They can be cached and re-used by all job steps, following something like here: https://github.com/automl/amltk/blob/eea22816b0065e6b9a495051d936062fe43567dc/.github/workflows/test.yml#L46-L47

I'm not sure how to do this with poetry though, but it should be do-able