File tree 1 file changed +0
-16
lines changed
1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -123,10 +123,6 @@ jobs:
123
123
- run :
124
124
name : Install tox
125
125
command : " sudo pip install tox"
126
- - run :
127
- name : Install npm dependencies
128
- command : cd packages/python/plotly/plotly/tests/test_optional/test_jupyter && npm install
129
- no_output_timeout : 20m
130
126
- run :
131
127
name : Test with tox
132
128
command : " cd packages/python/plotly; tox -e py27-optional"
@@ -143,10 +139,6 @@ jobs:
143
139
- run :
144
140
name : Install tox
145
141
command : " sudo pip install tox"
146
- - run :
147
- name : Install npm dependencies
148
- command : cd packages/python/plotly/plotly/tests/test_optional/test_jupyter && npm install
149
- no_output_timeout : 20m
150
142
- run :
151
143
name : Test with tox
152
144
command : " cd packages/python/plotly; tox -e py35-optional"
@@ -163,10 +155,6 @@ jobs:
163
155
- run :
164
156
name : Install tox
165
157
command : " sudo pip install tox"
166
- - run :
167
- name : Install npm dependencies
168
- command : cd packages/python/plotly/plotly/tests/test_optional/test_jupyter && npm install
169
- no_output_timeout : 20m
170
158
- run :
171
159
name : Test with tox
172
160
command : " cd packages/python/plotly; tox -e py36-optional"
@@ -183,10 +171,6 @@ jobs:
183
171
- run :
184
172
name : Install tox
185
173
command : " sudo pip install tox"
186
- - run :
187
- name : Install npm dependencies
188
- command : cd packages/python/plotly/plotly/tests/test_optional/test_jupyter && npm install
189
- no_output_timeout : 20m
190
174
- run :
191
175
name : Test with tox
192
176
command : " cd packages/python/plotly; tox -e py37-optional"
You can’t perform that action at this time.
0 commit comments