Skip to content

Commit e87ed0b

Browse files
Frédéric Collonvaljtpio
authored andcommitted
Correct Python name in server extension check
1 parent e2b8176 commit e87ed0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
jlpm run eslint:check
5353
python -m pip install .
5454
55-
jupyter server extension list 2>&1 | grep -ie "jupyterlab-snippets.*OK"
56-
55+
jupyter server extension list 2>&1 | grep -ie "jupyterlab_snippets.*OK"
5756
jupyter labextension list 2>&1 | grep -ie "jupyterlab-snippets.*OK"
57+
5858
python -m jupyterlab.browser_check

0 commit comments

Comments
 (0)