Skip to content

Commit

Permalink
WIP: Debug github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mwcraig committed Oct 24, 2022
1 parent 984cf04 commit 761b484
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ jobs:
- name: Check installation files
shell: bash -l {0}
run: |
echo $CONDA_PREFIX
ls $CONDA_PREFIX/share/jupyter/labextensions/@jupyter-widgets/
test -d $CONDA_PREFIX/share/jupyter/labextensions/@jupyter-widgets/jupyterlab-sidecar
test -f $CONDA_PREFIX/share/jupyter/labextensions/@jupyter-widgets/jupyterlab-sidecar/package.json
Expand Down

0 comments on commit 761b484

Please sign in to comment.