Skip to content

Commit 87c82cb

Browse files
committed
update dev install command
1 parent 9f4e336 commit 87c82cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

binder/postBuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ _(sys.executable, "-m", "pip", "check")
3232
# install the labextension
3333
_("jlpm", "install")
3434
_("jlpm", "build")
35-
_(sys.executable, "-m", "pip", "install", "-e", ".")
35+
_(sys.executable, "-m", "pip", "install", "-e", ".[dev]")
3636
_(sys.executable, "-m", "jupyter", "labextension", "develop", "--overwrite", ".")
3737

3838
# verify the environment the extension didn't break anything

0 commit comments

Comments
 (0)