Skip to content

Commit

Permalink
Include pip install polars in the E2E platform test
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Traverse committed Oct 15, 2024
1 parent 930a9a7 commit e1e182e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -492,6 +492,7 @@ void preparePlugins() throws Exception {

var pipPB = new ProcessBuilder();
pipPB.command(pythonExe, "-m", "pip", "install", tracRtWhl.get().toString());
pipPB.command(pythonExe, "-m", "pip", "install", "polars"); // For testing Polars round trip
pipPB.environment().put(VENV_ENV_VAR, venvPath.toString());

var pipP = pipPB.start();
Expand Down

0 comments on commit e1e182e

Please sign in to comment.