mirror of
https://github.com/DS4SD/docling.git
synced 2025-07-31 14:34:40 +00:00
use different cache key in each job
Signed-off-by: Michele Dolfi <dol@zurich.ibm.com>
This commit is contained in:
parent
9e30fca4c0
commit
249715a463
2
.github/workflows/checks.yml
vendored
2
.github/workflows/checks.yml
vendored
@ -22,7 +22,7 @@ jobs:
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: ~/.cache/huggingface
|
||||
key: huggingface-cache
|
||||
key: huggingface-cache-py${{ matrix.python-version }}
|
||||
- uses: ./.github/actions/setup-poetry
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
|
Loading…
Reference in New Issue
Block a user