Skip to content

Commit 7bd0427

Browse files
committed
debug
1 parent 1a02002 commit 7bd0427

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,13 @@ jobs:
3737
cd jupyter-widget-testwidgets
3838
python -m pip install --upgrade -v -e ".[test, examples, docs]"
3939
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+
4047
- name: Test the extension
4148
working-directory: jupyter-widget-testwidgets
4249
run: |

0 commit comments

Comments
 (0)