Skip to content

Commit f7b6cbf

Browse files
author
Shammamah Hossain
authoredJan 22, 2020
Fix CI config. (#85)
1 parent 6e09b64 commit f7b6cbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
python -m venv venv
2929
. venv/bin/activate
3030
pip install --upgrade pip
31-
pip install dash>=1.6.1
31+
pip install dash[dev]>=1.6.1
3232
npm run build
3333
3434
- run:

0 commit comments

Comments
 (0)
Please sign in to comment.