bsc-quantic / Tenet.jl

Composable Tensor Network library in Julia
https://bsc-quantic.github.io/Tenet.jl/
Apache License 2.0
23 stars 1 forks source link

Accelerate dependency precompilation in CI workflow #6

Closed mofeing closed 9 months ago

mofeing commented 1 year ago

CI workflow takes between 5-10mins to run but it only takes ~5s in my laptop (x60-120 slower in GitHub). This difference time is due to precompilation of dependency packages, specifically precompilation of some particular packages (Makie, GraphMakie, CUDA, ...).

Looks like the Julia caching Action is not caching the precompiled packages.

mofeing commented 1 year ago

Waiting for https://github.com/JuliaLang/julia/issues/50667 to be fixed.