Skip to content

Commit

Permalink
Follow-up PR 926: Install jupyterlab before installing the extension
Browse files Browse the repository at this point in the history
  • Loading branch information
c-bata committed Sep 19, 2024
1 parent d700d15 commit 934aba1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --progress-bar off --upgrade pip setuptools build
pip install --progress-bar off jupyterlab
pip install --progress-bar off .
- name: Set up Node
Expand Down

0 comments on commit 934aba1

Please sign in to comment.