repository icon indicating copy to clipboard operation
repository copied to clipboard

Use Github Dependency Caching to run validation faster

Open augusto-herrmann opened this issue 1 year ago • 1 comments

Overview

Frictionless Repository currently builds the container and installs all Python dependencies every time a validation check is triggered.

Proposal

This could probably be sped up quite a bit by using Github Dependency Caching to cache the image after all dependencies have been installed.

augusto-herrmann avatar Mar 01 '23 20:03 augusto-herrmann

Thanks @augusto-herrmann !

roll avatar Mar 06 '23 09:03 roll