Skip to content

Commit 9dee556

Browse files
committed
fix downstream tests
1 parent 63c8b83 commit 9dee556

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/downstream.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
pip install dist/traitlets*.whl
2626
pip install --pre --upgrade traitlets[test] pytest pytest-cov
2727
pip install ipython[test] nbconvert[test] \
28-
notebook[test] ipywidgets[test]
28+
notebook>=7.0.0a5[test] ipywidgets[test]
2929
pip freeze
3030
3131
- name: Run tests IPython

0 commit comments

Comments
 (0)