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 984cf04 commit 761b484Copy full SHA for 761b484
.github/workflows/main.yml
@@ -42,6 +42,8 @@ jobs:
42
- name: Check installation files
43
shell: bash -l {0}
44
run: |
45
+ echo $CONDA_PREFIX
46
+ ls $CONDA_PREFIX/share/jupyter/labextensions/@jupyter-widgets/
47
test -d $CONDA_PREFIX/share/jupyter/labextensions/@jupyter-widgets/jupyterlab-sidecar
48
test -f $CONDA_PREFIX/share/jupyter/labextensions/@jupyter-widgets/jupyterlab-sidecar/package.json
49
0 commit comments