Skip to content

Commit e551672

Browse files
committed
added dev dep
1 parent e6feb33 commit e551672

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ jobs:
406406
pip uninstall -y plotly
407407
cd ../packages/python/plotly
408408
# To be removed after plotly.js release
409-
pip install inflect
409+
pip install inflect black tox
410410
python3 setup.py updateplotlyjsdev --devbranch fast-image
411411
python3 setup.py install
412412
cd ../../../doc

0 commit comments

Comments
 (0)