We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c6ff01 commit 6612402Copy full SHA for 6612402
.github/workflows/tests_full.yml
@@ -50,7 +50,7 @@ jobs:
50
uses: actions/cache@v3
51
with:
52
path: ~/.local
53
- key: poetry-${{ matrix.os }}-${{ matrix.python-version }}-1 # increment to reset cache
+ key: poetry-${{ matrix.os }}-${{ matrix.python-version }}-2 # increment to reset cache
54
55
- name: Setup Poetry
56
if: steps.cached-poetry.outputs.cache-hit != 'true'
0 commit comments