Skip to content

Commit 761b484

Browse files
committed
WIP: Debug github workflow
1 parent 984cf04 commit 761b484

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ jobs:
4242
- name: Check installation files
4343
shell: bash -l {0}
4444
run: |
45+
echo $CONDA_PREFIX
46+
ls $CONDA_PREFIX/share/jupyter/labextensions/@jupyter-widgets/
4547
test -d $CONDA_PREFIX/share/jupyter/labextensions/@jupyter-widgets/jupyterlab-sidecar
4648
test -f $CONDA_PREFIX/share/jupyter/labextensions/@jupyter-widgets/jupyterlab-sidecar/package.json
4749

0 commit comments

Comments
 (0)