Commit 938c68f
committed
fix(ci): run pytest directly instead of via uv run
uv pip install --system installs packages into the system Python,
but uv run creates a separate project venv where pytest-cov is not
available. Fix by running pytest/playwright directly from the system
Python and consolidating deps into a single .[all,dev] install.1 parent 0ba6475 commit 938c68f
1 file changed
Lines changed: 3 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
59 | | - | |
| 58 | + | |
60 | 59 | | |
61 | 60 | | |
62 | 61 | | |
63 | | - | |
| 62 | + | |
64 | 63 | | |
65 | 64 | | |
66 | 65 | | |
67 | 66 | | |
68 | | - | |
| 67 | + | |
69 | 68 | | |
70 | 69 | | |
71 | 70 | | |
| |||
0 commit comments