diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 899f300112511e..b3970fca92cf4e 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 0b95a1cc96f006..6c31b9003c1177 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"