Skip to content
Snippets Groups Projects

F unittest pipe

Merged Henrik tom Wörden requested to merge f-unittest-pipe into main
All threads resolved!
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -26,7 +26,7 @@ COPY . /git
# Delete .git because it is huge.
RUN rm -r /git/.git
RUN cd /git/ && pip3 install --break-system-packages .
RUN cd /git/loanpy && pip3 install --break-system-packages .
WORKDIR /git/integrationtests
# wait for server,
Loading