kantord/pyanist

GitHub actions: cache Ubuntu dependencies

オープン

#7 opened on 2022/11/09

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)Python (0 件のフォーク)github user discovery
good first issue

Repository metrics

Stars
 (5 個のスター)
PR merge metrics
 (30d に merged PR はありません)

説明

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.

コントリビューターガイド