Skip to content

Commit

Permalink
Reset and exercise poetry caches
Browse files Browse the repository at this point in the history
  • Loading branch information
agriyakhetarpal committed Nov 15, 2024
1 parent e2c6dec commit b2d8cc7
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 # increment to reset cache
key: poetry-3 # increment to reset cache

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

0 comments on commit b2d8cc7

Please sign in to comment.