Skip to content

Commit

Permalink
Require jupyterlab<4 for now on the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mwouts committed Jun 4, 2023
1 parent b42e6b8 commit 57d9b22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ jobs:
python-version: 3.9
- name: Build package
run: |
python -m pip install wheel jupyter-packaging jupyterlab>=3
python -m pip install wheel jupyter-packaging 'jupyterlab>=3,<4'
BUILD_JUPYTERLAB_EXTENSION=1 python setup.py sdist bdist_wheel
# Don't publish a tar.gz file over 1MB (Issue #730)
if (($(wc -c < dist/*.tar.gz) > 1000000)); then exit 1; fi
Expand All @@ -294,7 +294,7 @@ jobs:
python-version: 3.9
- name: Build package
run: |
python -m pip install wheel jupyter-packaging jupyterlab>=3
python -m pip install wheel jupyter-packaging 'jupyterlab>=3,<4'
BUILD_JUPYTERLAB_EXTENSION=1 python setup.py sdist bdist_wheel
- name: Publish
uses: pypa/[email protected]
Expand Down

0 comments on commit 57d9b22

Please sign in to comment.