Skip to content

Commit eb90292

Browse files
committed
add jupyterlab 3 excursion
1 parent 5067ae0 commit eb90292

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff 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: |

0 commit comments

Comments
 (0)