Merge branch 'fix_go_pb' into 'master'

FIX: fix go version to 1.18

See merge request germann_e/spack-psi!8
This commit is contained in:
2023-02-27 09:54:16 +00:00

View File

@ -19,7 +19,7 @@ build_test:
- . "./spack/share/spack/setup-env.sh"
- spack clean -a # Make sure spack doesn't have any caches left
- spack env activate --without-view env/merlin/${SPACK_PCKG}
- spack install -j ${MAX_JOB_NB} --add git-lfs
- spack install -j ${MAX_JOB_NB} --add git-lfs ^go@1.18
- spack develop ${SPACK_SPEC}
- spack install -j ${MAX_JOB_NB}
- spack load ${SPACK_SPEC}