oxinabox / DataDeps.jl

reproducible data setup for reproducible science
Other
150 stars 43 forks source link

use .julia/scratchspaces instead of .julia/datadeps #167

Closed IanButterworth closed 5 months ago

IanButterworth commented 7 months ago

Closes https://github.com/oxinabox/DataDeps.jl/issues/135

Helps avoid having to do special handling in tooling like https://github.com/julia-actions/cache/issues/80

IanButterworth commented 7 months ago

CI on master and many commits back seems quite unhappy

sethaxen commented 5 months ago

@IanButterworth CI is fixed on master, could you update?

rikhuijzer commented 5 months ago

Thanks @IanButterworth, @sethaxen, and @oxinabox! Things work great now. Docs run takes 3 minutes with Ian's new cache system instead of the 20 or so minutes that it used to take 🚀