Skip to content

Commit 7702c46

Browse files
committed
Update cache
1 parent 5ed1d4b commit 7702c46

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
uses: actions/cache@v3
2525
with:
2626
path: ~/.local
27-
key: install-${{ env.INSTALL_CACHE_HASH }}-2
27+
key: install-${{ env.INSTALL_CACHE_HASH }}-3
2828

2929
- name: Install Poetry
3030
if: steps.cache-installs.outputs.cache-hit != 'true'

.github/workflows/publish_package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: actions/cache@v3
2525
with:
2626
path: ~/.local
27-
key: install-${{ env.INSTALL_CACHE_HASH }}-2
27+
key: install-${{ env.INSTALL_CACHE_HASH }}-3
2828

2929
- name: Install Poetry
3030
if: steps.cache-installs.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)