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

Separate pip caches #199

Merged
merged 1 commit into from May 16, 2023
Merged

Conversation

abkfenris
Copy link
Member

Pip was using the same cache for multiple versions, so for Python version specific packages they were almost always missing the cache.

This PR keeps a cache per Python version and separate ones for the upstream tests as well. The cache restore keys allow sharing between versions or between the upstream and regular tests.

Pip was using the same cache for multiple versions, so for Python version specific packages they were almost always missing.

This PR keeps a cache per Python version and separate ones for the upstream tests as well. The cache restore keys allow sharing between versions or between the upstream and regular tests.
@abkfenris abkfenris merged commit e977b76 into xpublish-community:main May 16, 2023
9 checks passed
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