Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
georgebv committed Jul 30, 2024
1 parent 75ffd6f commit 7529b4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
id: cache-poetry
uses: actions/cache@v4
with:
key: poetry-${{ hashFiles('poetry.lock') }}
key: poetry-${{ hashFiles('poetry.lock') }}-${{ matrix.python-version }}
path: |
~/.local/bin/poetry
~/.local/share/pypoetry
Expand Down

0 comments on commit 7529b4a

Please sign in to comment.