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

BUILD-5712 Enable actions/python cache #35

Conversation

sebastienvermeille
Copy link
Contributor

@sebastienvermeille sebastienvermeille commented Jul 16, 2024

Changes

  • Enable GitHub cache for pipenv dependencies based on Pipfile.lock
    That way every time the action is used without any change in the Pipfile.lock the cache is restored (faster exec)

https://github.com/actions/setup-python/blob/main/docs/advanced-usage.md#caching-packages

How was it tested?

  • sonar-dummy-oss:

That way pipenv dependencies are cached and any change in Pipfile.lock evict the cache
@sebastienvermeille sebastienvermeille self-assigned this Jul 16, 2024
Copy link

@sebastienvermeille sebastienvermeille deleted the feat/svermeille/BUILD-5712-gh-action_releasability-releasability-status-use-cache-feature-for-python-deps branch September 12, 2024 07:36
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.

1 participant