Skip to content

Commit aafe79e

Browse files
author
Muhammad Faraz Maqsood
committed
test: test binary
1 parent 7d1a6ff commit aafe79e

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

requirements/plugins.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# change version ranges when upgrading from palm
22
tutor-android>=16.0.0,<17.0.0
33
tutor-cairn>=16.0.0,<17.0.0
4+
tutor-contrib-jupyterlite==17.0.0
45
tutor-discovery>=16.0.0,<17.0.0
56
tutor-ecommerce>=16.0.0,<17.0.0
67
tutor-forum>=16.0.0,<17.0.0

tutor/plugins/v0.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,7 @@ class OfficialPlugin(BasePlugin):
285285
"discovery",
286286
"ecommerce",
287287
"forum",
288+
"jupyterlite",
288289
"license",
289290
"mfe",
290291
"minio",

0 commit comments

Comments
 (0)