Skip to content

Commit

Permalink
Fix test_isolated workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Fleming committed Apr 6, 2024
1 parent f01aff7 commit 1594071
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ jobs:
- name: Base Setup
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1

- name: Install dependencies
run: python -m pip install -U "jupyterlab>=4.0.0,<5"

- name: Lint the extension
run: |
set -eux
Expand Down Expand Up @@ -72,7 +69,7 @@ jobs:
sudo rm -rf $(which node)
sudo rm -rf $(which node)
pip install "jupyterlab>=4.0.0,<5" ipylab*.whl
pip install ipylab*.whl
jupyter labextension list
Expand Down

0 comments on commit 1594071

Please sign in to comment.