mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 19:27:45 +00:00
Include hash of requirements.txt in venv cache key (#115759)
This commit is contained in:
parent
dfec91d274
commit
08b565701c
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user