Skip to content

Commit 1a0341d

Browse files
committed
Bring back the original postBuild command
Signed-off-by: martinRenou <[email protected]>
1 parent c52ed55 commit 1a0341d

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
@@ -5,7 +5,7 @@ set -eux
55
jlpm bootstrap
66

77
# Do a dev install of the server side
8-
pip install . -vv
8+
python -m pip install -e . --ignore-installed --no-deps -vv
99
jupyter serverextension enable --sys-prefix --py jupyter_lsp
1010

1111
# List extensions

0 commit comments

Comments
 (0)