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 7bd0427 commit 37c0828Copy full SHA for 37c0828
.github/workflows/build.yml
@@ -41,7 +41,11 @@ jobs:
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
+ cd jupyter-widget-testwidgets
45
+ ls
46
+ ls jupyter-widget-testwidgets
47
+ ls jupyter-widget-testwidgets/nbextension
48
+ ls jupyter-widget-testwidgets/labextension
49
exit 1
50
51
- name: Test the extension
0 commit comments