Open augusto-herrmann opened 1 year ago
Frictionless Repository currently builds the container and installs all Python dependencies every time a validation check is triggered.
This could probably be sped up quite a bit by using Github Dependency Caching to cache the image after all dependencies have been installed.
Thanks @augusto-herrmann !
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.