Commit a3a0406
fix: use polars for parquet test data in server Playwright tests
writeTempParquet() was using pandas via `uv run python`, but in CI
the server Playwright tests run in a clean [mcp] venv where `uv run`
doesn't resolve to a python with pandas. Switch to polars (which is
in the [mcp] extras) and use BUCKAROO_SERVER_PYTHON when available.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent b178ddb commit a3a0406
2 files changed
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
402 | 402 | | |
403 | 403 | | |
404 | 404 | | |
405 | | - | |
| 405 | + | |
406 | 406 | | |
407 | 407 | | |
408 | 408 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
52 | 55 | | |
53 | | - | |
| 56 | + | |
54 | 57 | | |
55 | 58 | | |
56 | 59 | | |
| |||
0 commit comments