Skip to content

Commit

Permalink
Fix postBuild script
Browse files Browse the repository at this point in the history
  • Loading branch information
brichet committed May 21, 2024
1 parent 3037342 commit 040ba0d
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions binder/postBuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,7 @@
# Copyright (c) Jupyter Development Team.
# Distributed under the terms of the Modified BSD License.

set -euxo pipefail

yarn || yarn

python -m pip install -vv -e . --no-build-isolation
jupyter server extension enable jupyter_collaboration

# Install collaborative chat
./scripts/install.sh collaborative

jupyter troubleshoot
Expand Down

0 comments on commit 040ba0d

Please sign in to comment.