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

Commit 52469ad

Browse files
authored
Merge pull request #193 from plotly/update-renderer
update ci for new renderer build
2 parents c091b1b + 6bb4303 commit 52469ad

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
@@ -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)