Skip to content
Snippets Groups Projects

TEST: xfail for issue 111

Merged Florian Spreckelsen requested to merge release-0.13.2 into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -10,6 +10,6 @@ RUN apt-get update && \
python3-sphinx
ARG COMMIT="dev"
# TODO Rename to linkahead
RUN git clone -b dev https://gitlab.indiscale.com/caosdb/src/linkahead-pylib.git linkahead-pylib && \
RUN git clone -b dev https://gitlab.indiscale.com/caosdb/src/caosdb-pylib.git linkahead-pylib && \
cd linkahead-pylib && git checkout $COMMIT && pip3 install .
RUN pip3 install recommonmark sphinx-rtd-theme
Loading