Skip to content

Commit

Permalink
fix: cache config of poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
danut13 committed May 13, 2024
1 parent abef4ac commit 48b1b61
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/actions/install-poetry/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ runs:
id: cached-poetry
uses: actions/cache@v4
with:
path: ~/.local
path: |
~/.local
~/.config
key: poetry-0

- name: Install Poetry
Expand Down

0 comments on commit 48b1b61

Please sign in to comment.