Skip to content

Commit 87c7749

Browse files
committed
Fix tests to enable notebook7 on actions
1 parent beade9f commit 87c7749

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
yarn-
4545
4646
- name: Install dependencies
47-
run: python -m pip install -U 'jupyterlab>=4.0.0,<5'
47+
run: python -m pip install -U 'jupyterlab>=4.0.0,<5' && python -m pip install -U 'notebook>=7,<8'
4848
- name: Build the extension
4949
run: |
5050
set -eux

0 commit comments

Comments
 (0)