Skip to content

Commit

Permalink
hack in having pyarrow for the test
Browse files Browse the repository at this point in the history
  • Loading branch information
niloc132 committed Dec 2, 2022
1 parent eb62e1c commit ae6985c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Integrations/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def runInDocker = { String name, String sourcePath, List<String> 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'
Expand Down

0 comments on commit ae6985c

Please sign in to comment.