You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: