Skip to content

Commit 05f1500

Browse files
committed
Debug
1 parent c24391a commit 05f1500

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/python-environment/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ runs:
6363
uses: actions/cache@v4
6464
with:
6565
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 }}
66+
key: poetry-env-${{ runner.os }}-${{ runner.os }}-${{ runner.name }}-${{ inputs.poetry-version }}-${{ inputs.python-version }}-${{ inputs.extras }}
6767

6868
- name: Poetry install with extras
6969
if: inputs.use-cache != 'true' || steps.cache-poetry-env.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)