Merge pull request #6548 from jtpio/nbclassic-binder

Remove the `nbclassic` explicit uninstall on Binder
This commit is contained in:
Jeremy Tuloup 2022-10-15 10:19:11 +02:00 committed by GitHub
commit b14def0ce1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,9 +3,5 @@ set -euo pipefail
python -m pip install -e . --force-reinstall
# TODO: remove when it's possible to install nbclassic next to Notebook v7
# without nbclassic shadowing the v7 endpoints
python -m pip uninstall nbclassic -y
jlpm && jlpm run build
jlpm run develop