kafonek / kernel-sidecar-rs

Kernel Sidecar in Rust
MIT License
11 stars 1 forks source link

Optimize caching in CI #16

Closed kafonek closed 9 months ago

kafonek commented 9 months ago

I think the evcxr_jupyter install is being cached correctly for the evcxr kernel tests but I must be doing something wrong with R library caching. the IRkernel package install is taking a really long time. Setting up R also seems to take longer than Python or Rust.

kafonek commented 9 months ago

Relevant bit from CI logs,

Run Rscript -e 'install.packages("IRkernel")'
Installing package into ‘/home/runner/work/_temp/Library’
(as ‘lib’ is unspecified)
also installing the dependencies ‘ellipsis’, ‘fastmap’, ‘rlang’,...