Select Git revision
-
Daniel Scheffler authored
Revised tests. Added parameterized as test requirement. Replaced deprecated numpy data types with builtin types. Fixed dead link in the docs. Signed-off-by:
Daniel Scheffler <danschef@gfz-potsdam.de>
Daniel Scheffler authoredRevised tests. Added parameterized as test requirement. Replaced deprecated numpy data types with builtin types. Fixed dead link in the docs. Signed-off-by:
Daniel Scheffler <danschef@gfz-potsdam.de>
arosics_ci.docker 204 B
FROM gms_base_centos:latest
# copy some needed stuff to /root
COPY *.yml /root/
RUN /bin/bash -i -c "\
source /root/miniconda3/bin/activate ; \
conda env update-f /root/environment_arosics.yml"