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:
112112 fail-fast : false
113113 matrix :
114114 os : [ubuntu, macos, windows]
115- python : [3.6, 3.8, 3.9]
115+ python : [3.6, 3.7, 3. 8, 3.9]
116116 include :
117117 - python : 3.6
118118 dist : ' pythreejs*.tar.gz'
119- - python : 3.8
119+ - python : 3.7
120120 dist : ' pythreejs*.whl'
121121 lab : 1
122122 node : 10
123- - python : 3.9
123+ - python : 3.8
124124 dist : ' pythreejs*.whl'
125125 lab : 2
126126 node : 14
127+ - python : 3.9
128+ dist : ' pythreejs*.whl'
129+ lab : 3
127130 - os : windows
128131 py_cmd : python
129132 - os : macos
@@ -191,8 +194,6 @@ jobs:
191194 run : |
192195 set -eux
193196 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" -
196197 - if : ${{ matrix.node }}
197198 name : Build lab
198199 run : |
You can’t perform that action at this time.
0 commit comments