dask-sql
dask-sql copied to clipboard
[ENH] Explore adding conda cache step to CI
Is your feature request related to a problem? Please describe. As discussed in https://github.com/dask-contrib/dask-sql/pull/1033#issuecomment-1420855385 setting up the conda environment can take upto 6-8 minutes on certain test runs especially on windows. Adding a conda caching step that updates daily (or every x days) might be a good approach to speed up CI times further.
Might be out of scope for an initial implementation but it would be good to include the few steps for conda caching (and a keyword check to skip it) in a composite action instead of re-using the same 3-4 steps in multiple jobs/workflows