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