Skip to content
Snippets Groups Projects

REL: Release 0.10.0

Merged Florian Spreckelsen requested to merge release-0.10.0 into main
60 files
+ 1360
333
Compare changes
  • Side-by-side
  • Inline
Files
60
+ 1
1
@@ -34,7 +34,7 @@ RUN rm -r /git/.git
# Install pycaosdb.ini for the tests
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
# wait for server,
Loading