Commit 0b678d6
committed
Update CI test commands in workflow
Replace `uv sync --all-extras` with `uv pip install --system ".[tests,mcp]"` to install the project's test extras, and run tests with `pytest -vv` instead of `uv run pytest` to produce more verbose test output. These changes ensure CI installs the required extras and yields clearer test logs.1 parent 7ba344a commit 0b678d6
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
0 commit comments