Skip to content

Commit

Permalink
Merge pull request #193 from plotly/update-renderer
Browse files Browse the repository at this point in the history
update ci for new renderer build
  • Loading branch information
alexcjohnson committed Jun 3, 2021
1 parent b668cc4 commit ab21d63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dash-html-components/.circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ jobs:
git clone --depth 1 git@github.com:plotly/dash-table.git
. venv/bin/activate
pip install -e ./dash-main[testing,dev] --quiet
renderer build
cd dash-core-components && npm ci && npm run build && pip install -e . && cd ..
cd dash-main/dash-renderer && npm ci && npm run build && pip install -e . && cd ../..
cd dash-table && npm ci && npm run build && pip install -e . && cd ..
- run:
Expand Down

0 comments on commit ab21d63

Please sign in to comment.