mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-27 19:16:29 +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: |
|
||||
${{ runner.os }}-venv-${{ steps.python.outputs.python-version }}-${{ hashFiles('requirements.txt') }}
|
||||
${{ runner.os }}-venv-${{ steps.python.outputs.python-version }}-
|
||||
${{ runner.os }}-venv-
|
||||
- name: Create Python virtual environment
|
||||
if: steps.cache-venv.outputs.cache-hit != 'true'
|
||||
run: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user