We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 125c105 commit 1a02002Copy full SHA for 1a02002
.github/workflows/build.yml
@@ -29,7 +29,7 @@ jobs:
29
30
- name: Install dependencies
31
run: |
32
- python -m pip install -U cookiecutter
+ python -m pip install -U cookiecutter jupyterlab~=3.0
33
34
- name: Install the extension
35
@@ -58,8 +58,6 @@ jobs:
58
jupyter nbextension list 2>&1 | grep -ie "jupyter-js-widgets/extension.*enabled"
59
60
# Validate labextension
61
- pip install -U jupyterlab~=3.0
62
- # Make sure our lab extension was installed.
63
jupyter labextension list
64
jupyter labextension list 2>&1 | grep -ie "jupyter-widget-testwidgets.*OK"
65
# Make sure our lab extension can be develop installed.
0 commit comments