Skip to content

Commit

Permalink
Fix caching
Browse files Browse the repository at this point in the history
  • Loading branch information
dobraczka committed Aug 16, 2022
1 parent e8adbd9 commit 57dfb1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
with:
# datasets are stored in `~/.data/moviegraphbenchmark/data`
path: ~/.data/moviegraphbenchmark/data
key: moviegraphbenchmark
key: ${{ runner.os }}-build-${{ matrix.python-version }}
- name: Test
run:
nox

0 comments on commit 57dfb1b

Please sign in to comment.