Merge branch 'fix_09112022' into 'master'

FIX: add new --add option to install cmd

See merge request germann_e/spack-psi!4
This commit is contained in:
2022-11-09 09:19:23 +00:00

View File

@ -18,7 +18,7 @@ build_test:
- git clone ${SPACK_REPO} -b ${SPACK_BRANCH}
- . "./spack/share/spack/setup-env.sh"
- spack env activate --without-view env/merlin/${SPACK_PCKG}
- spack install -j ${MAX_JOB_NB} git-lfs
- spack install -j ${MAX_JOB_NB} --add git-lfs
- spack develop ${SPACK_SPEC}
- spack install -j ${MAX_JOB_NB}
- spack load ${SPACK_SPEC}