Disable for fasttest

This commit is contained in:
Antonio Andelic 2023-07-31 17:49:34 +00:00
parent 86a251931b
commit fe6202c1cc
2 changed files with 1 additions and 2 deletions

View File

@ -19,8 +19,6 @@ RUN apt-get update \
unixodbc \
pv \
zstd \
zip \
p7zip-full \
--yes --no-install-recommends
RUN pip3 install numpy scipy pandas Jinja2

View File

@ -1,4 +1,5 @@
#!/usr/bin/env bash
# Tags: no-fasttest
CUR_DIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
# shellcheck source=../shell_config.sh