Skip to content
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

Cache pkl cache 🙃 #8

Open
StefMa opened this issue Mar 14, 2024 · 1 comment
Open

Cache pkl cache 🙃 #8

StefMa opened this issue Mar 14, 2024 · 1 comment

Comments

@StefMa
Copy link
Contributor

StefMa commented Mar 14, 2024

When you run pkl and is has to download dependencies it will save it in ~/.pkl/cache.
Maybe we want to store these dependencies in cache instead of re-downloading them all the time.

A cache key could be the PklProject file as this contains the dependencies property... 🤔
Additionally to the pkl-version of course.

@jasongwartz
Copy link
Contributor

This is a great idea, and could be implemented using the @actions/cache toolkit.

PRs welcome 😄

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

No branches or pull requests

2 participants