Skip to content

Commit ab21d63

Browse files
committed
Merge pull request #193 from plotly/update-renderer
update ci for new renderer build
1 parent b668cc4 commit ab21d63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: packages/dash-html-components/.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ jobs:
4646
git clone --depth 1 [email protected]:plotly/dash-table.git
4747
. venv/bin/activate
4848
pip install -e ./dash-main[testing,dev] --quiet
49+
renderer build
4950
cd dash-core-components && npm ci && npm run build && pip install -e . && cd ..
50-
cd dash-main/dash-renderer && npm ci && npm run build && pip install -e . && cd ../..
5151
cd dash-table && npm ci && npm run build && pip install -e . && cd ..
5252
5353
- run:

0 commit comments

Comments
 (0)