-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In-session caching #231
base: main
Are you sure you want to change the base?
In-session caching #231
Conversation
I think this is failing on GH actions due to the inability to write to the cache directory. Need to detect if on actions, and set option accordingly |
And in case this saves having to look this up, there is an env variable accessible by |
Ok, that's great. Though I guess we could also just set the cache dir in the actions yml. Do you know offhand where we can write? I suppose we could just do it in |
Need to change memoisation pattern like here: r-lib/memoise#76 |
WIP. Closes #4 when complete