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 cce20e7 commit 2b2abfbCopy full SHA for 2b2abfb
.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 }}-${{ python-version }}-1 # increment to reset cache
+ key: poetry-${{ matrix.os }}-${{ matrix.python-version }}-1 # increment to reset cache
54
55
- name: Setup Poetry
56
if: steps.cached-poetry.outputs.cache-hit != 'true'
0 commit comments