From c7adde62ebaff760bb8a1419002959e4372b1484 Mon Sep 17 00:00:00 2001 From: imperosol Date: Wed, 13 Nov 2024 23:50:22 +0100 Subject: [PATCH] reset poetry cache in github CI --- .github/actions/setup_project/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup_project/action.yml b/.github/actions/setup_project/action.yml index 951aba32..835bb3ad 100644 --- a/.github/actions/setup_project/action.yml +++ b/.github/actions/setup_project/action.yml @@ -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'