File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed
Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ ci-test-bundle: ## Run basic tests on bundle
103103 yes " " | ./dist/tutor config save --interactive
104104 ./dist/tutor config save
105105 ./dist/tutor plugins list
106- ./dist/tutor plugins enable android discovery ecommerce forum license mfe minio notes webui xqueue
106+ ./dist/tutor plugins enable android discovery ecommerce forum jupyterlite license mfe minio notes webui xqueue
107107 ./dist/tutor plugins list
108108 ./dist/tutor license --help
109109
Original file line number Diff line number Diff line change 11# change version ranges when upgrading from palm
22tutor-android>=16.0.0,<17.0.0
33tutor-cairn>=16.0.0,<17.0.0
4+ tutor-contrib-jupyterlite==17.0.0
45tutor-discovery>=16.0.0,<17.0.0
56tutor-ecommerce>=16.0.0,<17.0.0
67tutor-forum>=16.0.0,<17.0.0
Original file line number Diff line number Diff line change @@ -285,6 +285,7 @@ class OfficialPlugin(BasePlugin):
285285 "discovery" ,
286286 "ecommerce" ,
287287 "forum" ,
288+ "jupyterlite" ,
288289 "license" ,
289290 "mfe" ,
290291 "minio" ,
You can’t perform that action at this time.
0 commit comments