Skip to content

Commit 70d11df

Browse files
committed
Fix build matrix to test possibilities
1 parent d5a2ba4 commit 70d11df

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/packaging.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,8 @@ jobs:
6767
matrix:
6868
os: [ubuntu, macos, windows]
6969
python: ['3.6', '3.9']
70+
dist: ['ipywidgets*.tar.gz', 'ipywidgets*.whl']
7071
include:
71-
- python: '3.6'
72-
dist: 'ipywidgets*.tar.gz'
73-
- python: '3.9'
74-
dist: 'ipywidgets*.whl'
7572
- python: '3.9'
7673
dist: 'jupyterlab_widgets*.tar.gz'
7774
- python: '3.9'
@@ -103,7 +100,7 @@ jobs:
103100
run: |
104101
${{ matrix.py_cmd }} -m pip freeze
105102
${{ matrix.py_cmd }} -m pip check
106-
- name: Validate the install
103+
- name: Check the JupyterLab extension is installed
107104
if: matrix.dist != 'widgetsnbextension*.tar.gz'
108105
run: |
109106
${{ matrix.py_cmd }} -m pip install jupyterlab~=3.0

0 commit comments

Comments
 (0)