Skip to content

Commit 1ced1a2

Browse files
committed
fix: commenting compiling of the mods since happening on demand when loading a model
1 parent 36e403f commit 1ced1a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

utilities/install.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ def main(netpyne_branch, workspace_branch, geppetto_branch=None, skipNpm=False,
125125
cprint("Cloning workspace")
126126
clone(repository=WORKSPACE, branch_or_tag=workspace_branch, folder=WORKSPACE_DIR, cwdp=ROOT_DIR)
127127
cprint("Compiling workspace modules")
128-
compile_mod()
128+
#compile_mod()
129129

130130
if not skipNpm and os.path.exists(os.path.join(DEPS_DIR, META_DIR, JUPYTER_DIR)):
131131
cprint("Building Jupyter Geppetto extension...")

0 commit comments

Comments
 (0)