Skip to content

Commit 1a02002

Browse files
committed
try a reorder
1 parent 125c105 commit 1a02002

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
- name: Install dependencies
3131
run: |
32-
python -m pip install -U cookiecutter
32+
python -m pip install -U cookiecutter jupyterlab~=3.0
3333
3434
- name: Install the extension
3535
run: |
@@ -58,8 +58,6 @@ jobs:
5858
jupyter nbextension list 2>&1 | grep -ie "jupyter-js-widgets/extension.*enabled"
5959
6060
# Validate labextension
61-
pip install -U jupyterlab~=3.0
62-
# Make sure our lab extension was installed.
6361
jupyter labextension list
6462
jupyter labextension list 2>&1 | grep -ie "jupyter-widget-testwidgets.*OK"
6563
# Make sure our lab extension can be develop installed.

0 commit comments

Comments
 (0)