Skip to content

Commit b1cb78f

Browse files
committed
Include requirements for matrix building + single-build for default
1 parent 73a9fca commit b1cb78f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/restore-venv/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ runs:
3737
uv pip install --upgrade -r requirements_commit.txt -r requirements_test.txt -c https://raw.githubusercontent.com/home-assistant/core/dev/homeassistant/package_constraints.txt -r https://raw.githubusercontent.com/home-assistant/core/dev/requirements_test.txt -r https://raw.githubusercontent.com/home-assistant/core/dev/requirements_test_pre_commit.txt
3838
uv pip install --upgrade pytest-asyncio
3939
- name: Save cache if (purposely) created
40-
if: ${{ inputs.fail-on-miss == 'false' && steps.cache-venv.outputs.cache-hit != 'true' }}
40+
if: ${{ inputs.fail-on-miss == 'false' && steps.cache-create.outputs.cache-hit != 'true' }}
4141
uses: actions/cache/save@v4
4242
with:
4343
key: ${{ inputs.cache-key }}

.github/workflows/verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ jobs:
255255
needs:
256256
- prepare
257257
- coverage
258-
- mypy
258+
# - mypy # Re-instate mypy when we are ready
259259
steps:
260260
- name: Check out committed code
261261
uses: actions/checkout@v4

0 commit comments

Comments
 (0)