Skip to content

Commit

Permalink
fix labextension version check
Browse files Browse the repository at this point in the history
  • Loading branch information
bollwyvl authored Apr 26, 2021
1 parent cdd504a commit 417fc68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ outputs:
- pip check
- jupyter labextension list
- jupyter labextension list 1>labextensions 2>&1
- cat labextensions | grep "jupyterlab-lsp.*OK.*jupyterlab_lsp" # [unix]
- cat labextensions | grep "jupyterlab-lsp.*OK.*jupyterlab-lsp" # [unix]
# tests nbclassic machinery
- jupyter serverextension list
- jupyter serverextension list 1>serverextensions 2>&1
Expand Down

0 comments on commit 417fc68

Please sign in to comment.