File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1515 - name : Install node
1616 uses : actions/setup-node@v1
1717 with :
18- node-version : ' 12 .x'
18+ node-version : ' 14 .x'
1919 - name : Install Python
2020 uses : actions/setup-python@v1
2121 with :
4747 python -m pip install jupyter_packaging
4848 - name : Build the extension
4949 run : |
50- pip install .
5150 jlpm install
5251 jlpm run build
5352 cd jupyterlab_widgets
5655 jupyter labextension develop . --overwrite
5756 jupyter labextension list
5857
58+ pip install .
59+
5960 python -m jupyterlab.browser_check
Original file line number Diff line number Diff line change 126126extras_require = setuptools_args ['extras_require' ] = {
127127 ':python_version<"3.3"' : ['ipython>=4.0.0,<6.0.0' ],
128128 ':python_version>="3.3"' : ['ipython>=4.0.0' ],
129- ':python_version>="3.6"' : ['jupyterlab_widgets>=1.0.0' ],
129+ ':python_version>="3.6"' : ['jupyterlab_widgets>=1.0.0,<3 ' ],
130130 'test:python_version=="2.7"' : ['mock' ],
131131 'test' : ['pytest>=3.6.0' , 'pytest-cov' ],
132132}
You can’t perform that action at this time.
0 commit comments