File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 58
58
- name : Install dependencies
59
59
run : |
60
60
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 "
62
62
63
63
- name : Test the extension
64
64
run : |
Original file line number Diff line number Diff line change 22
22
- name : Install dependencies
23
23
run : |
24
24
python -m pip install --upgrade pip
25
- pip install jupyterlab packaging setuptools twine wheel
25
+ pip install jupyterlab~=1.2 packaging setuptools twine wheel
26
26
- name : Test version are matching
27
27
run : python -c "from release import assertEqualVersion; assertEqualVersion()"
28
28
- name : Publish the Python package
Original file line number Diff line number Diff line change 1
1
import { style } from 'typestyle' ;
2
2
3
3
export const statusWidgetClass = style ( {
4
+ color : 'var(--jp-ui-font-color1)' ,
5
+ fontFamily : 'var(--jp-ui-font-family)' ,
6
+ fontSize : 'var(--jp-ui-font-size1)' ,
4
7
lineHeight : '24px'
5
8
} ) ;
You can’t perform that action at this time.
0 commit comments