Skip to content

Commit

Permalink
Clear poetry from CI cache
Browse files Browse the repository at this point in the history
  • Loading branch information
patnr committed Sep 11, 2023
1 parent 4063f16 commit d02f116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
uses: actions/cache@v3
with:
path: ~/.local # wont work on Windows
key: poetry-1-${{ runner.os }}
key: poetry-2-${{ runner.os }}

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

0 comments on commit d02f116

Please sign in to comment.