Skip to content

Commit

Permalink
Pin jupyterlab<4.2.0 in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbrochart authored and jzhang20133 committed May 7, 2024
1 parent 9be4047 commit e5ab770
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- name: Install dependencies
run: |
pip install "jupyterlab>=4.0.0,<5"
pip install "jupyterlab>=4.0.0,<4.2.0"
pip install -e .
jlpm
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:

- name: Install dependencies
run: |
pip install "jupyterlab>=4.0.0,<5"
pip install "jupyterlab>=4.0.0,<4.2.0"
pip install -e .
jlpm
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:

- name: Install the Python dependencies
run: |
python -m pip install "jupyterlab>=4.0.0,<5"
python -m pip install "jupyterlab>=4.0.0,<4.2.0"
pip install -e ".[test]" codecov
- name: List installed packages
Expand Down Expand Up @@ -216,7 +216,7 @@ jobs:
mkdir test
tar --strip-components=1 -zxvf *.tar.gz -C ./test
cd test
python -m pip install "jupyterlab>=4.0.0,<5"
python -m pip install "jupyterlab>=4.0.0,<4.2.0"
python -m pip install ".[test]"
echo "::endgroup::"
Expand Down

0 comments on commit e5ab770

Please sign in to comment.