Skip to content
Snippets Groups Projects

Resolve "Add gitlab-runner"

Merged Sylvester Joosten requested to merge 35-add-gitlab-runner into v2.9-stable
3 files
+ 14
2
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -69,7 +69,8 @@ RUN cd /opt/spack-environment \
&& pip install --trusted-host pypi.org \
--trusted-host files.pythonhosted.org \
--no-cache-dir \
ipython matplotlib scipy yapf \
ipython matplotlib scipy yapf pandas \
jupyter jupyterlab uproot pyunfold seaborn \
&& echo -n "" \
&& echo "Executing cmake patch for dd4hep 16.1" \
&& sed -i "s/FIND_PACKAGE(Python/#&/" /usr/local/cmake/DD4hepBuild.cmake
Loading