mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
CI: Fix pip cache restore key (#63075)
This commit is contained in:
parent
da24b7ce2f
commit
52ca06c750
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@ -564,7 +564,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
path: ${{ env.PIP_CACHE }}
|
path: ${{ env.PIP_CACHE }}
|
||||||
key: >-
|
key: >-
|
||||||
${{ runner.os }}-${{ matrix.python-version }}-pip-${{ env.PIP_CACHE_VERSION }}-${{
|
${{ runner.os }}-${{ matrix.python-version }}-${{
|
||||||
steps.generate-pip-key.outputs.key }}
|
steps.generate-pip-key.outputs.key }}
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-${{ matrix.python-version }}-pip-${{ env.PIP_CACHE_VERSION }}-
|
${{ runner.os }}-${{ matrix.python-version }}-pip-${{ env.PIP_CACHE_VERSION }}-
|
||||||
|
Loading…
x
Reference in New Issue
Block a user