Skip to content

Commit 57dfb1b

Browse files
committed
Fix caching
1 parent e8adbd9 commit 57dfb1b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
with:
4343
# datasets are stored in `~/.data/moviegraphbenchmark/data`
4444
path: ~/.data/moviegraphbenchmark/data
45-
key: moviegraphbenchmark
45+
key: ${{ runner.os }}-build-${{ matrix.python-version }}
4646
- name: Test
4747
run:
4848
nox

0 commit comments

Comments
 (0)