Skip to content

Commit 00e8a1a

Browse files
author
Alan
committed
1 parent 4ae3a55 commit 00e8a1a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,10 @@ jobs:
104104
- name: Validate the labextension
105105
run: jupyter labextension list 2>&1 | grep jupyter-matplotlib
106106

107+
- name: Temp install ipywidgets patched version
108+
# Corresponds to https://github.com/jupyter-widgets/ipywidgets/pull/4002
109+
run: pip install --force-reinstall https://github.com/fleming79/ipylab/releases/download/v2.0.9/ipywidgets-8.1.8-py3-none-any.whl
110+
107111
- name: Run pytest
108112
run: pytest -v .
109113

0 commit comments

Comments
 (0)