We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5a2ba4 commit 70d11dfCopy full SHA for 70d11df
.github/workflows/packaging.yml
@@ -67,11 +67,8 @@ jobs:
67
matrix:
68
os: [ubuntu, macos, windows]
69
python: ['3.6', '3.9']
70
+ dist: ['ipywidgets*.tar.gz', 'ipywidgets*.whl']
71
include:
- - python: '3.6'
72
- dist: 'ipywidgets*.tar.gz'
73
- - python: '3.9'
74
- dist: 'ipywidgets*.whl'
75
- python: '3.9'
76
dist: 'jupyterlab_widgets*.tar.gz'
77
@@ -103,7 +100,7 @@ jobs:
103
100
run: |
104
101
${{ matrix.py_cmd }} -m pip freeze
105
102
${{ matrix.py_cmd }} -m pip check
106
- - name: Validate the install
+ - name: Check the JupyterLab extension is installed
107
if: matrix.dist != 'widgetsnbextension*.tar.gz'
108
109
${{ matrix.py_cmd }} -m pip install jupyterlab~=3.0
0 commit comments