Skip to content

Commit

Permalink
ci: build with jupyterlab<4
Browse files Browse the repository at this point in the history
  • Loading branch information
maartenbreddels committed Oct 10, 2024
1 parent 68a9648 commit e22001a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install twine wheel jupyter-packaging jupyterlab
pip install twine wheel jupyter-packaging "jupyterlab<4"
- name: Build
run: |
Expand Down

0 comments on commit e22001a

Please sign in to comment.