exasol / python-toolbox

Infrastructure & Automation Tooling for Python Projects
https://exasol.github.io/python-toolbox/
MIT License
2 stars 0 forks source link

✨ Support caching poetry packages #196

Closed ckunki closed 3 months ago

ckunki commented 3 months ago

Summary

Currently, many CI jobs spend most of their runtime on setting up the poetry environment incl. the package dependencies.

PTB should support to cache the poetry python packages.

Details

Background & Context

Currently, many CI jobs spend most of their runtime on setting up the poetry environment incl. the package dependencies.

Examples

(many, see our repos, ....)

References

See actions/setup-python.

Task(s)

(trivial)

ckunki commented 3 months ago

Duplicates #193