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 c24391a commit 05f1500Copy full SHA for 05f1500
.github/actions/python-environment/action.yml
@@ -63,7 +63,7 @@ runs:
63
uses: actions/cache@v4
64
with:
65
path: ${{ steps.poetry-env-path.outputs.POETRY_ENV_PATH }}
66
- key: poetry-env-${{ runner.os }}-${{ runner.os }}-${{ inputs.poetry-version }}-${{ inputs.python-version }}-${{ inputs.extras }}
+ key: poetry-env-${{ runner.os }}-${{ runner.os }}-${{ runner.name }}-${{ inputs.poetry-version }}-${{ inputs.python-version }}-${{ inputs.extras }}
67
68
- name: Poetry install with extras
69
if: inputs.use-cache != 'true' || steps.cache-poetry-env.outputs.cache-hit != 'true'
0 commit comments