qgis-earthengine-plugin icon indicating copy to clipboard operation
qgis-earthengine-plugin copied to clipboard

Add Python Setup with Dependency Caching to GitHub Actions

Open zacdezgeo opened this issue 1 month ago • 0 comments

To improve CI performance, we should integrate the actions/setup-python GitHub Action into our workflow with dependency caching enabled. This will cache Python dependencies based on the hash of requirements.txt or pyproject.toml, significantly reducing build times by avoiding redundant installations.

zacdezgeo avatar Jan 15 '25 17:01 zacdezgeo