Skip to content

Commit

Permalink
Increment poetry cache key in install-env action
Browse files Browse the repository at this point in the history
Attempts to fix #1649
  • Loading branch information
gbolmier committed Nov 24, 2024
1 parent b986198 commit 2590660
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/install-env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2590660

Please sign in to comment.