Skip to content

Commit

Permalink
Fix tests to enable notebook7 on actions
Browse files Browse the repository at this point in the history
  • Loading branch information
yacchin1205 committed Apr 10, 2024
1 parent beade9f commit 87c7749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
yarn-
- name: Install dependencies
run: python -m pip install -U 'jupyterlab>=4.0.0,<5'
run: python -m pip install -U 'jupyterlab>=4.0.0,<5' && python -m pip install -U 'notebook>=7,<8'
- name: Build the extension
run: |
set -eux
Expand Down

0 comments on commit 87c7749

Please sign in to comment.