Skip to content
Snippets Groups Projects
Commit ccfa196b authored by Eleni Mathioulaki's avatar Eleni Mathioulaki
Browse files

fix: don't set env vars for view when installing env

parent 9c517f6c
No related branches found
No related tags found
2 merge requests!523create new experimental release,!520fix: don't set env vars for view when installing env
Pipeline #28506 passed with stage
in 10 hours, 47 minutes, and 38 seconds
......@@ -76,7 +76,7 @@ cp /tmp/spack.yaml $SPACK_ROOT/var/spack/environments/$EBRAINS_SPACK_ENV/
rm $SPACK_ROOT/var/spack/environments/$EBRAINS_SPACK_ENV/spack.lock || echo "No spack.lock file"
# activate environment
spack env activate $EBRAINS_SPACK_ENV
spack env activate --without-view $EBRAINS_SPACK_ENV
# fetch all sources
spack concretize --fresh --test root
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment