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

Commit 3d0a3ba

Browse files
byronbyronz
authored andcommitted
🔧 work with new changes in dash testing
1 parent e4661c0 commit 3d0a3ba

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
@@ -29,7 +29,7 @@ jobs:
2929
git clone --depth 1 https://github.com/plotly/dash.git dash-main
3030
git clone --depth 1 https://github.com/plotly/dash-html-components.git
3131
. venv/bin/activate
32-
pip install -e ./dash-main --quiet
32+
pip install -e ./dash-main[testing] --quiet
3333
cd dash-html-components && npm install --ignore-scripts && npm run build && pip install -e . && cd ..
3434
cd dash-main/dash-renderer && npm install --ignore-scripts && npm run build && pip install -e . && cd ../..
3535
- run:

0 commit comments

Comments
 (0)