From 2590660ddf2bd670b7df106be09d0291ea98d17d Mon Sep 17 00:00:00 2001 From: Geoffrey Bolmier Date: Sun, 24 Nov 2024 11:42:11 -0500 Subject: [PATCH] Increment poetry cache key in install-env action Attempts to fix #1649 --- .github/actions/install-env/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/install-env/action.yml b/.github/actions/install-env/action.yml index f809966ce9..09c1fda535 100644 --- a/.github/actions/install-env/action.yml +++ b/.github/actions/install-env/action.yml @@ -26,7 +26,7 @@ runs: uses: actions/cache@v4 with: path: ~/.local # the path depends on the OS - key: poetry-2 # modify to reset cache + key: poetry-3 # modify to reset cache - name: Install poetry uses: snok/install-poetry@v1