From d61e2863bd8a88e2529081f6843cba988f518533 Mon Sep 17 00:00:00 2001 From: Axel Bocciarelli Date: Thu, 22 Aug 2024 11:15:17 +0200 Subject: [PATCH] Reset Poetry cache --- .github/workflows/lint-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint-test.yml b/.github/workflows/lint-test.yml index f26cd9f17..4712a1417 100644 --- a/.github/workflows/lint-test.yml +++ b/.github/workflows/lint-test.yml @@ -95,7 +95,7 @@ jobs: uses: actions/cache@v4 with: path: ~/.cache/pypoetry/virtualenvs - key: poetry-${{ runner.os }}-${{ hashFiles('**/poetry.lock') }}-0 # increment to reset cache + key: poetry-${{ runner.os }}-${{ hashFiles('**/poetry.lock') }}-1 # increment to reset cache - name: Create Poetry environments 📜 if: steps.poetry-venvs.outputs.cache-hit != 'true'