Skip to content

Commit 7d08f21

Browse files
committed
Update the workflows
1 parent 2c97938 commit 7d08f21

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ jobs:
2222
python-version: '3.7'
2323
architecture: 'x64'
2424
- name: Install dependencies
25-
run: python -m pip install jupyterlab==2.1.0
25+
run: |
26+
python -m pip install jupyterlab==2.1.0
27+
python -m pip install ipywidgets
2628
- name: Build the extension
2729
run: |
2830
jlpm && jlpm run build

0 commit comments

Comments
 (0)