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.
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.