1
0
mirror of https://github.com/home-assistant/supervisor.git synced 2025-12-24 20:35:55 +00:00

Don't reuse venv cache when Python version changes (#1837)

This commit is contained in:
Franck Nijhof
2020-07-15 15:03:53 +02:00
committed by GitHub
parent a935bac20b
commit c4a011b261

View File

@@ -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: |