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