Skip to content

Commit 95b0431

Browse files
committed
add caching
1 parent 1a7c62a commit 95b0431

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/reusable-test.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@ jobs:
2424
- name: Checkout code
2525
uses: actions/checkout@v4
2626

27+
- name: Cache Hugging Face
28+
id: cache-hf
29+
uses: actions/cache@v4
30+
with:
31+
path: ~/.cache/huggingface
32+
key: ${{ runner.os }}-hf
33+
2734
- name: Setup Python ${{ matrix.python-version }}
2835
uses: actions/setup-python@v5
2936
with:

0 commit comments

Comments
 (0)