Commit 35eae15
committed
fix: Install CLI dependencies to prevent pytest collection hang
- Add --group dev to uv sync commands to install CLI dependencies
- This fixes ModuleNotFoundError for typer during test collection
- Resolves CI workflow hanging issue that was caused by pytest failing
to collect integration tests due to missing CLI dependencies1 parent f505572 commit 35eae15
File tree
1 file changed
+1
-1
lines changed- .github/workflows
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
0 commit comments