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

Improve CI/CD performance by caching poetry #21

Closed
alexpovel opened this issue Jul 21, 2022 · 1 comment
Closed

Improve CI/CD performance by caching poetry #21

alexpovel opened this issue Jul 21, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@alexpovel
Copy link
Owner

Setting up poetry (10 - 20s) and the virtual environment (c. 2 minutes) can take a long time. It should be cached, and as key pyproject.toml and (mainly?) poetry.lock should be used. We have to set this up multiple times, so create a reusable action/workflow?

For example, when creating a release, all this has to run twice. Once for a commit itself, and right after for the new and merged/rebased release-please commit.

@alexpovel alexpovel added the enhancement New feature or request label Jul 21, 2022
@alexpovel alexpovel added this to the anc.v1 milestone Jul 21, 2022
@alexpovel alexpovel self-assigned this Jul 21, 2022
@alexpovel
Copy link
Owner Author

Done with #27 / 23dca4b.

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

No branches or pull requests

1 participant