Skip to content

Commit 4f9ad94

Browse files
author
Alan
committed
1 parent 4ae3a55 commit 4f9ad94

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

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

107+
- name: Install ipywidgets patched version (temporary)
108+
run: pip install --force-reinstall https://github.com/fleming79/ipylab/releases/download/v2.0.9/ipywidgets-8.1.8-py3-none-any.whl
109+
107110
- name: Run pytest
108111
run: pytest -v .
109112

0 commit comments

Comments
 (0)