reset poetry cache in github CI

This commit is contained in:
imperosol 2024-11-13 23:50:22 +01:00
parent 34559dda08
commit c7adde62eb

View File

@ -19,7 +19,7 @@ runs:
uses: actions/cache@v3
with:
path: ~/.local
key: poetry-1 # increment to reset cache
key: poetry-2 # increment to reset cache
- name: Install Poetry
if: steps.cached-poetry.outputs.cache-hit != 'true'