Install all extras in format workflow for pyright

CI was running `uv sync --group dev` without extras. Adds daily and
tracing to extras.
This commit is contained in:
Mark Backman
2026-04-21 16:51:27 -04:00
parent 21f5cfe21a
commit 4d9dc64af8

View File

@@ -32,7 +32,7 @@ jobs:
run: uv python install 3.12
- name: Install development dependencies
run: uv sync --group dev
run: uv sync --group dev --extra daily --extra tracing
- name: Ruff formatter
id: ruff-format