Skip to content

Commit 66b716c

Browse files
authored
[ci] Use setup-python output for pypy cache key (#2816)
1 parent 31763d8 commit 66b716c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ jobs:
217217
with:
218218
path: venv
219219
key: >-
220-
${{ runner.os }}-${{ matrix.python-version }}-${{
220+
${{ runner.os }}-${{ steps.python.outputs.python-version }}-${{
221221
steps.generate-python-key.outputs.key }}
222222
- name: Create Python virtual environment
223223
if: steps.cache-venv.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)