mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 17:57:11 +00:00
Fix check dirty in Prepare dependencies CI (#132180)
This commit is contained in:
parent
208b14dd2b
commit
6c98cd49ea
3
.github/workflows/ci.yaml
vendored
3
.github/workflows/ci.yaml
vendored
@ -544,6 +544,9 @@ jobs:
|
|||||||
overwrite: true
|
overwrite: true
|
||||||
- name: Remove pip_freeze
|
- name: Remove pip_freeze
|
||||||
run: rm pip_freeze.txt
|
run: rm pip_freeze.txt
|
||||||
|
- name: Remove generated requirements_all
|
||||||
|
if: steps.cache-venv.outputs.cache-hit != 'true'
|
||||||
|
run: rm requirements_all_pytest.txt requirements_all_wheels_*.txt
|
||||||
- name: Check dirty
|
- name: Check dirty
|
||||||
run: |
|
run: |
|
||||||
./script/check_dirty
|
./script/check_dirty
|
||||||
|
Loading…
x
Reference in New Issue
Block a user