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 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 : |
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11import { style } from 'typestyle' ;
22
33export const statusWidgetClass = style ( {
4+ color : 'var(--jp-ui-font-color1)' ,
5+ fontFamily : 'var(--jp-ui-font-family)' ,
6+ fontSize : 'var(--jp-ui-font-size1)' ,
47 lineHeight : '24px'
58} ) ;
You can’t perform that action at this time.
0 commit comments