Skip to content
Snippets Groups Projects
Commit 999da4f1 authored by Sylvester Joosten's avatar Sylvester Joosten
Browse files

Install yapf through pip for later version

parent 0a3551db
Branches
Tags
No related merge requests found
...@@ -41,7 +41,7 @@ RUN cd /opt/spack-environment && spack env activate . \ ...@@ -41,7 +41,7 @@ RUN cd /opt/spack-environment && spack env activate . \
&& pip install --trusted-host pypi.org \ && pip install --trusted-host pypi.org \
--trusted-host files.pythonhosted.org \ --trusted-host files.pythonhosted.org \
--no-cache-dir \ --no-cache-dir \
ipython matplotlib scipy ipython matplotlib scipy yapf
## Build elements prone to change here, to allow us to rebuild ## Build elements prone to change here, to allow us to rebuild
## from runner cache efficiently ## from runner cache efficiently
......
...@@ -11,7 +11,6 @@ spack: ...@@ -11,7 +11,6 @@ spack:
- py-pip - py-pip
- py-numpy - py-numpy
- py-pyyaml - py-pyyaml
- py-yapf
- xrootd@4.12.3 cxxstd=17 +python - xrootd@4.12.3 cxxstd=17 +python
- root@6.22.00 cxxstd=17 +dataframe +fftw +fortran +gdml +http +mlp +pythia8 +root7 +tmva +vc +xrootd +ssl ^mesa+opengl -llvm -osmesa - root@6.22.00 cxxstd=17 +dataframe +fftw +fortran +gdml +http +mlp +pythia8 +root7 +tmva +vc +xrootd +ssl ^mesa+opengl -llvm -osmesa
- pythia8@8244 - pythia8@8244
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment