File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -112,18 +112,21 @@ jobs:
112
112
fail-fast : false
113
113
matrix :
114
114
os : [ubuntu, macos, windows]
115
- python : [3.6, 3.8, 3.9]
115
+ python : [3.6, 3.7, 3. 8, 3.9]
116
116
include :
117
117
- python : 3.6
118
118
dist : ' pythreejs*.tar.gz'
119
- - python : 3.8
119
+ - python : 3.7
120
120
dist : ' pythreejs*.whl'
121
121
lab : 1
122
122
node : 10
123
- - python : 3.9
123
+ - python : 3.8
124
124
dist : ' pythreejs*.whl'
125
125
lab : 2
126
126
node : 14
127
+ - python : 3.9
128
+ dist : ' pythreejs*.whl'
129
+ lab : 3
127
130
- os : windows
128
131
py_cmd : python
129
132
- os : macos
@@ -191,8 +194,6 @@ jobs:
191
194
run : |
192
195
set -eux
193
196
jupyter labextension install --no-build --debug ./dist/*.tgz @jupyter-widgets/jupyterlab-manager
194
- jupyter labextension list
195
- jupyter labextension list 2>&1 | grep -ie "jupyter-threejs" -
196
197
- if : ${{ matrix.node }}
197
198
name : Build lab
198
199
run : |
You can’t perform that action at this time.
0 commit comments