From ae6985c1d2e58e01098d67373a9d5050145d2290 Mon Sep 17 00:00:00 2001 From: Colin Alworth Date: Fri, 2 Dec 2022 15:07:01 -0600 Subject: [PATCH] hack in having pyarrow for the test --- Integrations/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Integrations/build.gradle b/Integrations/build.gradle index 4e65472820d..04369446ea2 100644 --- a/Integrations/build.gradle +++ b/Integrations/build.gradle @@ -67,7 +67,7 @@ def runInDocker = { String name, String sourcePath, List command, Closur // set up the container, env vars - things that aren't likely to change from 'deephaven/server-netty:local-build' runCommand '''set -eux; \\ - pip3 install unittest-xml-reporting==3.0.4;\\ + pip3 install pyarrow unittest-xml-reporting==3.0.4;\\ mkdir -p /out/report''' volume '/data' volume '/cache'