Skip to content

Commit c623d90

Browse files
authored
Correct JLab version in CI
1 parent 7238a92 commit c623d90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
- name: Install dependencies
5959
run: |
6060
pip install wheel
61-
pip install --upgrade --upgrade-strategy=eager pytest pytest-asyncio "jupyterlab~=2.0"
61+
pip install --upgrade --upgrade-strategy=eager pytest pytest-asyncio "jupyterlab~=1.2"
6262
6363
- name: Test the extension
6464
run: |

0 commit comments

Comments
 (0)