Skip to content

Commit 7f3fa59

Browse files
committed
force uninstall of server package in binder
1 parent d083f7a commit 7f3fa59

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

binder/postBuild

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ def do(*args, cwd=None, fail_hard=True):
2525
sys.exit(rc)
2626

2727
# Do a dev install of the server side
28+
do(*PIP, "uninstall", "jupyter-lsp", "-y", fail_hard=False)
2829
do(*PIP_E, SERVER_PKG)
2930
do(*SERVER_EXT, "enable", "--sys-prefix", "--py", "jupyter_lsp")
3031

0 commit comments

Comments
 (0)