Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Optimize caching in CI #16

Closed
kafonek opened this issue Nov 28, 2023 · 1 comment · Fixed by #19
Closed

Optimize caching in CI #16

kafonek opened this issue Nov 28, 2023 · 1 comment · Fixed by #19

Comments

@kafonek
Copy link
Owner

kafonek commented Nov 28, 2023

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
Copy link
Owner Author

kafonek commented Nov 28, 2023

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’,...

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant