26
26
- checkout
27
27
- run :
28
28
name : Install tox
29
- command : " sudo pip install tox"
29
+ command : " sudo pip install tox jupyterlab~=3.0 "
30
30
- run :
31
31
name : Test with tox
32
32
command : " cd packages/python/plotly; tox -e py27-core"
43
43
- checkout
44
44
- run :
45
45
name : Install tox
46
- command : " sudo pip install tox"
46
+ command : " sudo pip install tox jupyterlab~=3.0 "
47
47
- run :
48
48
name : Test with tox
49
49
command : " cd packages/python/plotly; tox -e py35-core"
60
60
- checkout
61
61
- run :
62
62
name : Install tox
63
- command : " sudo pip install tox"
63
+ command : " sudo pip install tox jupyterlab~=3.0 "
64
64
- run :
65
65
name : Test with tox
66
66
command : " cd packages/python/plotly; tox -e py36-core"
77
77
- checkout
78
78
- run :
79
79
name : Install tox
80
- command : " sudo pip install tox"
80
+ command : " sudo pip install tox jupyterlab~=3.0 "
81
81
- run :
82
82
name : Test with tox
83
83
command : " cd packages/python/plotly; tox -e py37-core"
@@ -128,7 +128,7 @@ jobs:
128
128
- checkout
129
129
- run :
130
130
name : Install tox
131
- command : " sudo pip install tox"
131
+ command : " sudo pip install tox jupyterlab~=3.0 "
132
132
- run :
133
133
name : Test with tox
134
134
command : " cd packages/python/plotly; tox -e py27-optional"
@@ -145,7 +145,7 @@ jobs:
145
145
- checkout
146
146
- run :
147
147
name : Install tox
148
- command : " sudo pip install tox"
148
+ command : " sudo pip install tox jupyterlab~=3.0 "
149
149
- run :
150
150
name : Test with tox
151
151
command : " cd packages/python/plotly; tox -e py35-optional"
@@ -162,7 +162,7 @@ jobs:
162
162
- checkout
163
163
- run :
164
164
name : Install tox
165
- command : " sudo pip install tox"
165
+ command : " sudo pip install tox jupyterlab~=3.0 "
166
166
- run :
167
167
name : Test with tox
168
168
command : " cd packages/python/plotly; tox -e py36-optional"
@@ -179,7 +179,7 @@ jobs:
179
179
- checkout
180
180
- run :
181
181
name : Install tox
182
- command : " sudo pip install tox"
182
+ command : " sudo pip install tox jupyterlab~=3.0 "
183
183
- run :
184
184
name : Test with tox
185
185
command : " cd packages/python/plotly; tox -e py37-optional"
@@ -197,7 +197,7 @@ jobs:
197
197
- checkout
198
198
- run :
199
199
name : Install tox
200
- command : " sudo pip install tox"
200
+ command : " sudo pip install tox jupyterlab~=3.0 "
201
201
- run :
202
202
name : Test with tox
203
203
command : " cd packages/python/chart-studio; tox -e py27-plot_ly"
@@ -214,7 +214,7 @@ jobs:
214
214
- checkout
215
215
- run :
216
216
name : Install tox
217
- command : " sudo pip install tox"
217
+ command : " sudo pip install tox jupyterlab~=3.0 "
218
218
- run :
219
219
name : Test with tox
220
220
command : " cd packages/python/chart-studio; tox -e py35-plot_ly"
@@ -231,7 +231,7 @@ jobs:
231
231
- checkout
232
232
- run :
233
233
name : Install tox
234
- command : " sudo pip install tox"
234
+ command : " sudo pip install tox jupyterlab~=3.0 "
235
235
- run :
236
236
name : Test with tox
237
237
command : " cd packages/python/chart-studio; tox -e py37-plot_ly"
@@ -340,7 +340,7 @@ jobs:
340
340
- checkout
341
341
- run :
342
342
name : Install tox
343
- command : " sudo pip install retrying tox black inflect"
343
+ command : " sudo pip install retrying tox black inflect jupyterlab~=3.0 "
344
344
- run :
345
345
name : Update jupyterlab-plotly version
346
346
command : " cd packages/python/plotly; python setup.py updateplotlywidgetversion"
0 commit comments