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

Commit 2fbb041

Browse files
author
Marc-André Rivet
committed
remove dev branch usage
1 parent 3da3477 commit 2fbb041

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
@@ -81,7 +81,7 @@ jobs:
8181
command: |
8282
. venv/bin/activate && mkdir packages
8383
# build main dash
84-
git clone --depth 1 -b exp-dynamic https://github.com/plotly/dash.git dash-main
84+
git clone --depth 1 https://github.com/plotly/dash.git dash-main
8585
cd dash-main && pip install -e .[dev] --progress-bar off && python setup.py sdist && mv dist/* ../packages/
8686
cd dash-renderer && npm run build
8787
python setup.py sdist && mv dist/* ../../packages/ && cd ../..

0 commit comments

Comments
 (0)