mirror of
https://github.com/DS4SD/docling.git
synced 2025-08-01 15:02:21 +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
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: ~/.cache/huggingface
|
path: ~/.cache/huggingface
|
||||||
key: huggingface-cache
|
key: huggingface-cache-py${{ matrix.python-version }}
|
||||||
- uses: ./.github/actions/setup-poetry
|
- uses: ./.github/actions/setup-poetry
|
||||||
with:
|
with:
|
||||||
python-version: ${{ matrix.python-version }}
|
python-version: ${{ matrix.python-version }}
|
||||||
|
Loading…
Reference in New Issue
Block a user