Skip to content

Commit

Permalink
Pin jupyterlab for now
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed Feb 21, 2024
1 parent becf189 commit f01846d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1

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

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

0 comments on commit f01846d

Please sign in to comment.