Skip to content

Commit 54e6900

Browse files
authored
Update ci.yml
1 parent eab4639 commit 54e6900

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ jobs:
2323
uses: actions/cache@v3
2424
with:
2525
path: ~/.cache/pip
26-
key: ${{ runner.os }}-pip-ruff-v1
26+
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
27+
restore-keys: |
28+
${{ runner.os }}-pip-
2729
2830
- name: Install dependencies
2931
run: |

0 commit comments

Comments
 (0)