frictionlessdata / frictionless-ci

Data management service that brings continuous data validation to tabular data in your repository via Github Action
https://repository.frictionlessdata.io
MIT License
37 stars 12 forks source link

Use Github Dependency Caching to run validation faster #43

Open augusto-herrmann opened 1 year ago

augusto-herrmann commented 1 year ago

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.

roll commented 1 year ago

Thanks @augusto-herrmann !