Commit d014c1c
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 d014c1c
1 file changed
Lines changed: 4 additions & 1 deletion
| 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