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

Commit

Permalink
remove dash branch to test against new dash dev in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
harryturr committed Sep 4, 2020
1 parent e733726 commit 6df0230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
command: |
. venv/bin/activate && mkdir packages
# build main dash
git clone -b persistence-hg --depth 1 https://github.com/plotly/dash.git dash-main
git clone --depth 1 https://github.com/plotly/dash.git dash-main
cd dash-main && pip install -e .[dev] --progress-bar off && python setup.py sdist && mv dist/* ../packages/
cd dash-renderer && npm ci && npm run build
python setup.py sdist && mv dist/* ../../packages/ && cd ../..
Expand Down

0 comments on commit 6df0230

Please sign in to comment.