mirror of
https://github.com/home-assistant/core.git
synced 2025-05-10 00:49:17 +00:00
Prettify yaml (2/2) (#68879)
This commit is contained in:
parent
e362871499
commit
0dcaa6422d
.github/workflows
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
@ -11,11 +11,11 @@ on:
|
|||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
full:
|
full:
|
||||||
description: 'Full run (regardless of changes)'
|
description: "Full run (regardless of changes)"
|
||||||
default: false
|
default: false
|
||||||
type: boolean
|
type: boolean
|
||||||
lint-only:
|
lint-only:
|
||||||
description: 'Skip pytest'
|
description: "Skip pytest"
|
||||||
default: false
|
default: false
|
||||||
type: boolean
|
type: boolean
|
||||||
|
|
||||||
|
4
.github/workflows/wheels.yml
vendored
4
.github/workflows/wheels.yml
vendored
@ -99,7 +99,7 @@ jobs:
|
|||||||
pip: "Cython;numpy"
|
pip: "Cython;numpy"
|
||||||
skip-binary: aiohttp
|
skip-binary: aiohttp
|
||||||
constraints: "homeassistant/package_constraints.txt"
|
constraints: "homeassistant/package_constraints.txt"
|
||||||
requirements-diff: 'requirements_diff.txt'
|
requirements-diff: "requirements_diff.txt"
|
||||||
requirements: "requirements.txt"
|
requirements: "requirements.txt"
|
||||||
|
|
||||||
integrations:
|
integrations:
|
||||||
@ -163,5 +163,5 @@ jobs:
|
|||||||
pip: "Cython;numpy;scikit-build"
|
pip: "Cython;numpy;scikit-build"
|
||||||
skip-binary: aiohttp,grpcio
|
skip-binary: aiohttp,grpcio
|
||||||
constraints: "homeassistant/package_constraints.txt"
|
constraints: "homeassistant/package_constraints.txt"
|
||||||
requirements-diff: 'requirements_diff.txt'
|
requirements-diff: "requirements_diff.txt"
|
||||||
requirements: "requirements_all.txt"
|
requirements: "requirements_all.txt"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user