Skip to content

Commit d67bc38

Browse files
committed
add jupyterlab 3 to build step
1 parent 0c3e8a2 commit d67bc38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
- name: Install packaging dependencies
7474
run: |
7575
set -eux
76-
python -m pip install -vv -U --user pip wheel setuptools
76+
python -m pip install -vv -U --user pip wheel setuptools 'jupyterlab~=3.0'
7777
- name: Set up node
7878
uses: actions/setup-node@v2
7979
with:

0 commit comments

Comments
 (0)