We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a90b66 commit e186728Copy full SHA for e186728
.github/workflows/build.yml
@@ -72,6 +72,7 @@ jobs:
72
- name: Make a non-local install so the data_files get populated
73
run: |
74
pip uninstall -y jupyter_widget_testwidgets
75
+ cd jupyter-widget-testwidgets
76
pip install .
77
jupyter nbextension enable --py --sys-prefix jupyter_widget_testwidgets
78
# Validate nbextension (enable does not use exit code):
0 commit comments