Skip to content

Commit 20ac2c0

Browse files
pauldambraoliverb123
authored andcommitted
fix
1 parent eaf4fa7 commit 20ac2c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
2222
with:
2323
path: ~/.cache/pip
24-
key: ${{ runner.os }}-pip-${{ hashFiles('setup.py') }}
24+
key: ${{ runner.os }}-pip-${{ hashFiles('pyproject.toml') }}
2525
restore-keys: |
2626
${{ runner.os }}-pip-
2727

0 commit comments

Comments
 (0)