mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 20:55:10 +02:00
Include hash of requirements.txt in venv cache key (#115759)
This commit is contained in:
1
.github/workflows/ci.yaml
vendored
1
.github/workflows/ci.yaml
vendored
@@ -95,6 +95,7 @@ jobs:
|
|||||||
run: >-
|
run: >-
|
||||||
echo "key=venv-${{ env.CACHE_VERSION }}-${{
|
echo "key=venv-${{ env.CACHE_VERSION }}-${{
|
||||||
hashFiles('requirements_test.txt', 'requirements_test_pre_commit.txt') }}-${{
|
hashFiles('requirements_test.txt', 'requirements_test_pre_commit.txt') }}-${{
|
||||||
|
hashFiles('requirements.txt') }}-${{
|
||||||
hashFiles('requirements_all.txt') }}-${{
|
hashFiles('requirements_all.txt') }}-${{
|
||||||
hashFiles('homeassistant/package_constraints.txt') }}" >> $GITHUB_OUTPUT
|
hashFiles('homeassistant/package_constraints.txt') }}" >> $GITHUB_OUTPUT
|
||||||
- name: Generate partial pre-commit restore key
|
- name: Generate partial pre-commit restore key
|
||||||
|
Reference in New Issue
Block a user