mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-28 03:26:32 +00:00
Don't reuse venv cache when Python version changes (#1837)
This commit is contained in:
parent
a935bac20b
commit
c4a011b261
1
.github/workflows/ci.yaml
vendored
1
.github/workflows/ci.yaml
vendored
@ -39,7 +39,6 @@ jobs:
|
|||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-venv-${{ steps.python.outputs.python-version }}-${{ hashFiles('requirements.txt') }}
|
${{ runner.os }}-venv-${{ steps.python.outputs.python-version }}-${{ hashFiles('requirements.txt') }}
|
||||||
${{ runner.os }}-venv-${{ steps.python.outputs.python-version }}-
|
${{ runner.os }}-venv-${{ steps.python.outputs.python-version }}-
|
||||||
${{ runner.os }}-venv-
|
|
||||||
- name: Create Python virtual environment
|
- name: Create Python virtual environment
|
||||||
if: steps.cache-venv.outputs.cache-hit != 'true'
|
if: steps.cache-venv.outputs.cache-hit != 'true'
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user