Skip to content
This repository was archived by the owner on Jun 3, 2024. It is now read-only.

Commit bab5b4c

Browse files
author
Shammamah Hossain
committed
Add optional dependencies during Dash install.
1 parent 2783755 commit bab5b4c

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
@@ -80,7 +80,7 @@ jobs:
8080
. venv/bin/activate && pip install --upgrade -e . --quiet && mkdir packages
8181
# build main dash
8282
git clone --depth 1 https://github.com/plotly/dash.git dash-main
83-
cd dash-main && pip install -e . && python setup.py sdist && mv dist/* ../packages/
83+
cd dash-main && pip install -e .[ci,testing] && python setup.py sdist && mv dist/* ../packages/
8484
cd dash-renderer && npm i --ignore-scripts && npm run build
8585
python setup.py sdist && mv dist/* ../../packages/ && cd ../..
8686
# build dcc

0 commit comments

Comments
 (0)