panaroo icon indicating copy to clipboard operation
panaroo copied to clipboard

ci: add pip cache in ci to speed up package installation

Open afuetterer opened this issue 2 months ago • 1 comments

This PR adds a pip cache to the CI job. After succesfully finishing a CI job, the subsequent jobs will reuse the cached dependencies, speeding up package installation.

Ref: https://github.com/actions/setup-python?tab=readme-ov-file#caching-packages-dependencies

afuetterer avatar Apr 10 '24 06:04 afuetterer