From 0dcaa6422dfde79cedfab2a5ee4840d8aeb7945c Mon Sep 17 00:00:00 2001 From: epenet <6771947+epenet@users.noreply.github.com> Date: Wed, 30 Mar 2022 10:39:30 +0200 Subject: [PATCH] Prettify yaml (2/2) (#68879) --- .github/workflows/ci.yaml | 4 ++-- .github/workflows/wheels.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 899f3001125..b3970fca92c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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 diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 0b95a1cc96f..6c31b9003c1 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -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"