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