Skip to content

Commit

Permalink
Debug jupyter lab extension
Browse files Browse the repository at this point in the history
  • Loading branch information
c-bata committed Jan 9, 2025
1 parent 1cdd6aa commit b672f26
Show file tree
Hide file tree
Showing 2 changed files with 6,885 additions and 9,258 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,15 @@ jobs:
working-directory: jupyterlab
run: yarn install

- name: editable install
working-directory: jupyterlab
run: |
yarn
- name: editable install
working-directory: jupyterlab
run: pip install -e .

- name: Build package
working-directory: jupyterlab
run: python -m build --sdist
Expand Down
Loading

0 comments on commit b672f26

Please sign in to comment.