We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8adbd9 commit 57dfb1bCopy full SHA for 57dfb1b
1 file changed
.github/workflows/main.yml
@@ -42,7 +42,7 @@ jobs:
42
with:
43
# datasets are stored in `~/.data/moviegraphbenchmark/data`
44
path: ~/.data/moviegraphbenchmark/data
45
- key: moviegraphbenchmark
+ key: ${{ runner.os }}-build-${{ matrix.python-version }}
46
- name: Test
47
run:
48
nox
0 commit comments