Add tabulate dependency for pandas to_markdown()

This commit is contained in:
Bas Nijholt 2026-01-12 10:54:00 -08:00
commit 75a9ece107

View file

@ -49,7 +49,7 @@ jobs:
- name: Install documentation dependencies
run: |
uv pip install --system zensical markdown-code-runner
uv pip install --system pandas voluptuous homeassistant
uv pip install --system pandas tabulate voluptuous homeassistant
- name: Install webapp dependencies
run: |