kantord/pyanist

GitHub actions: cache Ubuntu dependencies

Aperta

#7 aperta il 9 nov 2022

 (0 commenti) (0 reazioni) (0 assegnatari)Python (0 fork)github user discovery
good first issue

Metriche repository

Star
 (5 stelle)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

In our GitHub actions workflow, there is a binary Ubuntu dependency installed (espeak) which is necessary to run the tests.

Right now, this is always installed in the CI when new code is pushed, and that's a bit slow. Use actions/cache to cache this dependency so that it doesn't need to be installed each time.

Guida contributor