Skip to content

Commit 299c5cb

Browse files
committed
ci: change restore-keys
1 parent 47fc81e commit 299c5cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
path: ~/.cache/pip
2626
key: ${{ runner.os }}-pip-${{ hashFiles('requirements-dev.txt') }}
27-
restore-keys: ${{ runner.os }}-pip-${{ hashFiles('requirements-dev.txt') }}
27+
restore-keys: ${{ runner.os }}-pip-
2828
- name: Install dependencies
2929
run: pip install -r requirements-dev.txt
3030
- name: Check lint

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
path: ~/.cache/pip
3939
key: ${{ runner.os }}-pip-${{ hashFiles('requirements-dev.txt') }}
40-
restore-keys: ${{ runner.os }}-pip-${{ hashFiles('requirements-dev.txt') }}
40+
restore-keys: ${{ runner.os }}-pip-
4141
- name: Install dependencies
4242
run: |
4343
python3 -m pip install poetry

0 commit comments

Comments
 (0)