File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -360,10 +360,10 @@ jobs:
360
360
with :
361
361
path : venv
362
362
key : >-
363
- ${{ runner.os }}-${{ steps.python.outputs .python-version }}-${{
363
+ ${{ runner.os }}-${{ matrix .python-version }}-${{
364
364
steps.generate-python-key.outputs.key }}
365
365
restore-keys : |
366
- ${{ runner.os }}-${{ steps.python.outputs .python-version }}-venv-${{ env.CACHE_VERSION }}-
366
+ ${{ runner.os }}-${{ matrix .python-version }}-venv-${{ env.CACHE_VERSION }}-
367
367
- name : Create Python virtual environment
368
368
if : steps.cache-venv.outputs.cache-hit != 'true'
369
369
run : |
@@ -396,7 +396,7 @@ jobs:
396
396
with :
397
397
path : venv
398
398
key :
399
- ${{ runner.os }}-${{ steps.python.outputs .python-version }}-${{
399
+ ${{ runner.os }}-${{ matrix .python-version }}-${{
400
400
needs.prepare-tests-pypy.outputs.python-key }}
401
401
- name : Fail job if Python cache restore failed
402
402
if : steps.cache-venv.outputs.cache-hit != 'true'
You can’t perform that action at this time.
0 commit comments