Skip to content

Commit 2b2abfb

Browse files
committed
fix poetry cache key in CI
1 parent cce20e7 commit 2b2abfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests_full.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
uses: actions/cache@v3
5151
with:
5252
path: ~/.local
53-
key: poetry-${{ matrix.os }}-${{ python-version }}-1 # increment to reset cache
53+
key: poetry-${{ matrix.os }}-${{ matrix.python-version }}-1 # increment to reset cache
5454

5555
- name: Setup Poetry
5656
if: steps.cached-poetry.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)