Skip to content
Snippets Groups Projects

ENH: added verbose option to data model

Merged Alexander Schlemmer requested to merge f-verbose-option into dev
All threads resolved!

Files

+ 2
2
FROM debian:10
FROM debian:11
RUN apt-get update && \
RUN apt-get update && \
apt-get install \
apt-get install \
curl \
curl \
@@ -13,7 +13,7 @@ RUN apt-get update && \
@@ -13,7 +13,7 @@ RUN apt-get update && \
tox \
tox \
git \
git \
openjdk-11-jdk-headless \
openjdk-11-jdk-headless \
python-autopep8 \
python3-autopep8 \
python3-pytest \
python3-pytest \
libxml2 \
libxml2 \
-y
-y
Loading