Skip to content

Commit

Permalink
Install pyarrow in stateless tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Avogar committed Jan 12, 2024
1 parent 4979688 commit 8d7c24a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/test/stateless/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ RUN apt-get update -y \
p7zip-full \
&& apt-get clean

RUN pip3 install numpy scipy pandas Jinja2
RUN pip3 install numpy scipy pandas Jinja2 pyarrow

RUN mkdir -p /tmp/clickhouse-odbc-tmp \
&& wget -nv -O - ${odbc_driver_url} | tar --strip-components=1 -xz -C /tmp/clickhouse-odbc-tmp \
Expand Down

0 comments on commit 8d7c24a

Please sign in to comment.