We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ae3a55 commit 00e8a1aCopy full SHA for 00e8a1a
1 file changed
.github/workflows/main.yml
@@ -104,6 +104,10 @@ jobs:
104
- name: Validate the labextension
105
run: jupyter labextension list 2>&1 | grep jupyter-matplotlib
106
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
+
111
- name: Run pytest
112
run: pytest -v .
113
0 commit comments