Skip to content
Snippets Groups Projects
Verified Commit 0da44dc7 authored by Daniel Hornung's avatar Daniel Hornung
Browse files

WIP: Pipeline requirements.

parent 6538bdf0
No related branches found
No related tags found
2 merge requests!39Release 0.4.0,!38MAINT: Linting tests run through now.
Pipeline #21173 passed
......@@ -25,7 +25,7 @@ ADD https://gitlab.com/api/v4/projects/13656973/repository/branches/dev \
RUN git clone https://gitlab.com/caosdb/caosdb-pylib.git && \
cd caosdb-pylib && git checkout dev && pip3 install .
# At least recommonmark 0.6 required.
RUN pip3 install html2text pycodestyle pylint recommonmark sphinx-rtd-theme
RUN pip3 install -U html2text pycodestyle pylint recommonmark sphinx-rtd-theme
COPY . /git
RUN rm -r /git/.git \
&& mv /git/.docker/pycaosdb.ini /git/integrationtests
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment