Install pyarrow in stateless tests

This commit is contained in:
Kruglov Pavel 2024-01-09 12:44:42 +01:00 committed by avogar
parent 4979688693
commit 8d7c24aa5a

View File

@ -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 \