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 1a02002 commit 7bd0427Copy full SHA for 7bd0427
.github/workflows/build.yml
@@ -37,6 +37,13 @@ jobs:
37
cd jupyter-widget-testwidgets
38
python -m pip install --upgrade -v -e ".[test, examples, docs]"
39
40
+ - name: Debug
41
+ run: |
42
+ ls /opt/hostedtoolcache/Python/3.7.13/x64/share/jupyter/labextensions
43
+ ls /opt/hostedtoolcache/Python/3.7.13/x64/share/jupyter/labextensions/jupyter-widget-testwidgets
44
+ ls jupyter-widget-testwidgets/jupyter-widget-testwidgets/labextension
45
+ exit 1
46
+
47
- name: Test the extension
48
working-directory: jupyter-widget-testwidgets
49
run: |
0 commit comments