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

Merge branch 'disable_bss2_demos_at_installtime' into 'master'

fix(wf-bss2-demos): disable full notebook execution at installtest time

See merge request technical-coordination/project-internal/devops/platform/ebrains-spack-builds!415
parents 87542a3a f9008b67
No related branches found
No related tags found
No related merge requests found
......@@ -68,7 +68,8 @@ class WfBrainscales2Demos(Package):
@on_package_attributes(run_tests=True)
def installcheck(self):
self._set_collab_things()
self._run_notebooks()
# TODO (ECM): Provide a selection of notebooks that perform local-only tests.
#self._run_notebooks()
def test_notebooks(self):
self._set_collab_things()
......
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