File tree Expand file tree Collapse file tree 3 files changed +3
-41
lines changed
plotly-package/plotly/tests/test_core/test_tools Expand file tree Collapse file tree 3 files changed +3
-41
lines changed Original file line number Diff line number Diff line change @@ -300,10 +300,10 @@ jobs:
300
300
command : ' sudo pip install tox requests yapf pytz decorator retrying inflect'
301
301
- run :
302
302
name : Update plotlywidget version
303
- command : ' python setup.py updateplotlywidgetversion'
303
+ command : ' cd plotly-package; python setup.py updateplotlywidgetversion'
304
304
- run :
305
305
name : Update plotly.js to dev
306
- command : ' python setup.py updateplotlyjsdev'
306
+ command : ' cd plotly-package; python setup.py updateplotlyjsdev'
307
307
- run :
308
308
name : Test with tox
309
309
command : |
@@ -322,6 +322,7 @@ jobs:
322
322
- run :
323
323
name : Build source distribution package
324
324
command : |
325
+ cd plotly-package
325
326
python setup.py sdist
326
327
sudo cp dist/* /dist
327
328
when : always
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments