Skip to content

Commit

Permalink
fix: test new poetry cache path
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherfrige committed Mar 12, 2024
1 parent 73fc68e commit f67fa3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
id: cached-poetry
uses: actions/cache@v3
with:
path: ~/.local/pipx
path: ~/.local/bin
key: poetry-installation-cache

- name: Install Poetry
Expand Down

0 comments on commit f67fa3b

Please sign in to comment.