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

Merge branch 'test-spacktests-workaround' into 'nest-tests-to-post-install-phase'

update branch

See merge request technical-coordination/project-internal/devops/platform/ebrains-spack-builds!242
parents 071703b5 3abde451
No related branches found
No related tags found
5 merge requests!301create new experimental release,!300add spack post-installation testing,!279update py-elephant to 0.12.0,!242update branch,!214Change NEST tests from build to install phase
Pipeline #20686 failed with stage
in 21 minutes and 14 seconds
...@@ -26,7 +26,7 @@ class PyBluepyopt(PythonPackage): ...@@ -26,7 +26,7 @@ class PyBluepyopt(PythonPackage):
variant('neuron', default=True, description="Use BluePyOpt together with NEURON") variant('neuron', default=True, description="Use BluePyOpt together with NEURON")
depends_on('py-setuptools', type='build') depends_on("py-setuptools@:57", type="build") #TODO: remove version constraint after update to spack v0.19 (this is actually a py-deap dependency)
depends_on('py-pandas', type='run') depends_on('py-pandas', type='run')
depends_on('py-numpy', type='run') depends_on('py-numpy', type='run')
depends_on('py-efel', type='run') depends_on('py-efel', type='run')
......
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