Skip to content

Commit 551abdf

Browse files
authored
Correct jlab version in CD
1 parent c623d90 commit 551abdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install dependencies
2323
run: |
2424
python -m pip install --upgrade pip
25-
pip install jupyterlab packaging setuptools twine wheel
25+
pip install jupyterlab~=1.2 packaging setuptools twine wheel
2626
- name: Test version are matching
2727
run: python -c "from release import assertEqualVersion; assertEqualVersion()"
2828
- name: Publish the Python package

0 commit comments

Comments
 (0)