Skip to content

Commit

Permalink
Increment poetry install cache key
Browse files Browse the repository at this point in the history
  • Loading branch information
gbolmier committed Jun 24, 2024
1 parent 41e3f69 commit 9ff4d05
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 @@ -33,7 +33,7 @@ runs:
uses: actions/cache@v3
with:
path: ~/.local # the path depends on the OS
key: poetry-1 # increment to reset cache
key: poetry-2 # increment to reset cache

- name: Install poetry
uses: snok/install-poetry@v1
Expand Down

0 comments on commit 9ff4d05

Please sign in to comment.