Skip to content

Commit c15d250

Browse files
committed
Update GitHub Actions root project cache key
1 parent a8b6d38 commit c15d250

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
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
path: ~/.cache/pip # This path is specific to Ubuntu
3131
# Check for a cache hit for the corresponding dev requirements file
32-
key: ${{ runner.os }}-pip-${{ hashFiles('requirements.dev.txt') }}-${{ hashFiles('requirements.txt') }}
32+
key: ${{ runner.os }}-pip-${{ hashFiles('requirements.txt') }}
3333
restore-keys: |
3434
${{ runner.os }}-pip-
3535
${{ runner.os }}-

0 commit comments

Comments
 (0)