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 site package directory, not pip download cache #1720

Draft
wants to merge 5 commits into
base: develop
Choose a base branch
from

Conversation

huonw
Copy link
Member

@huonw huonw commented Jun 23, 2020

This takes the fragile approach of actions/cache#175 of caching the whole set of installed packages, not just the wheels that pip downloads. This is more similar to our of Buildkite approach of pre-building a "runner" image, that contains all the dependencies installed.

This relates to #1719 and #1687.

@codeclimate
Copy link

codeclimate bot commented Jun 23, 2020

Code Climate has analyzed commit e5f0b5a and detected 0 issues on this pull request.

View more on Code Climate.

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

Successfully merging this pull request may close these issues.

None yet

1 participant