Skip to content

Commit e1be3ef

Browse files
committed
Exclude nbclassic 0.3.3
1 parent 847d534 commit e1be3ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
- name: Install Dependencies
3232
run: |
33-
python -m pip install -U pip jupyterlab~=3.0 jupyter_packaging~=0.10
33+
python -m pip install -U pip jupyterlab~=3.0 jupyter_packaging~=0.10 'nbclassic!=0.3.3'
3434
3535
- name: Install the Voilà Preview JupyterLab extension
3636
run: |

0 commit comments

Comments
 (0)