File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -123,10 +123,6 @@ jobs:
123123 - run :
124124 name : Install tox
125125 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
130126 - run :
131127 name : Test with tox
132128 command : " cd packages/python/plotly; tox -e py27-optional"
@@ -143,10 +139,6 @@ jobs:
143139 - run :
144140 name : Install tox
145141 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
150142 - run :
151143 name : Test with tox
152144 command : " cd packages/python/plotly; tox -e py35-optional"
@@ -163,10 +155,6 @@ jobs:
163155 - run :
164156 name : Install tox
165157 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
170158 - run :
171159 name : Test with tox
172160 command : " cd packages/python/plotly; tox -e py36-optional"
@@ -183,10 +171,6 @@ jobs:
183171 - run :
184172 name : Install tox
185173 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
190174 - run :
191175 name : Test with tox
192176 command : " cd packages/python/plotly; tox -e py37-optional"
You can’t perform that action at this time.
0 commit comments