Workflow tweak for HA config.
This commit is contained in:
@@ -28,10 +28,12 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
python-version: ${{ inputs.python-version }}
|
python-version: ${{ inputs.python-version }}
|
||||||
|
|
||||||
- name: Install Home Assistant
|
- name: Install Home Assistant + requirements
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install homeassistant==${{ inputs.ha-version }}
|
pip install homeassistant==${{ inputs.ha-version }}
|
||||||
|
curl -sSL https://raw.githubusercontent.com/home-assistant/core/${{ inputs.ha-version }}/requirements_all.txt -o requirements_all.txt
|
||||||
|
pip install -r requirements_all.txt
|
||||||
|
|
||||||
- name: Run Home Assistant config check
|
- name: Run Home Assistant config check
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user