Are there any best practices for caching meltano p...
# troubleshooting
m
Are there any best practices for caching meltano plugin dependencies in GitHub Actions? It would be great to speed up some of our tests+PR checks.
e
Meltano uses pip under the hood to install python dependencies, so might be able to leverage wheel caching if you're using setup-python.