Skip to content
Snippets Groups Projects
Commit a2d4fe09 authored by Florian Spreckelsen's avatar Florian Spreckelsen
Browse files

PIPELINE: Add missing dependency

parent 50b00866
Branches
Tags
1 merge request!198REL: Release 0.10.0
Pipeline #57479 passed
...@@ -34,7 +34,7 @@ RUN rm -r /git/.git ...@@ -34,7 +34,7 @@ RUN rm -r /git/.git
# Install pycaosdb.ini for the tests # Install pycaosdb.ini for the tests
RUN mv /git/.docker/tester_pycaosdb.ini /git/integrationtests/pycaosdb.ini RUN mv /git/.docker/tester_pycaosdb.ini /git/integrationtests/pycaosdb.ini
RUN cd /git/ && pip3 install --break-system-packages .[h5-crawler,spss] RUN cd /git/ && pip3 install --break-system-packages .[h5-crawler,spss,rocrate]
WORKDIR /git/integrationtests WORKDIR /git/integrationtests
# wait for server, # wait for server,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment