Skip to content
Snippets Groups Projects
Commit 10ed4271 authored by Johannes Schumann's avatar Johannes Schumann
Browse files

Add Devtools10 to python install step for Proposal7

parent 8f2158bd
No related branches found
No related tags found
No related merge requests found
Pipeline #23887 passed
......@@ -28,7 +28,8 @@ RUN source /opt/rh/devtoolset-10/enable && \
ADD . /km3buu
RUN cd /km3buu && \
RUN source /opt/rh/devtoolset-10/enable && \
cd /km3buu && \
pip3 install setuptools-scm && \
pip3 install pytest-runner && \
pip3 install -e .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment