Skip to content

Commit

Permalink
debug labextension list
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjakubowski committed Oct 31, 2024
1 parent 0c43bb2 commit 8dc10f5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -683,7 +683,10 @@ jobs:
run: python -m pip install -vv ./perspective*.tar.gz

- name: Verify labextension
run: jupyter labextension list 2>&1 | grep '@finos/perspective-python'
run: |
jupyter labextension list --debug
echo "running test"
jupyter labextension list 2>&1 | grep '@finos/perspective-python'
- name: Run import test
run: python -c 'import perspective'
Expand Down

0 comments on commit 8dc10f5

Please sign in to comment.