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

Commit 6df0230

Browse files
committed
remove dash branch to test against new dash dev in ci
1 parent e733726 commit 6df0230

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
command: |
8181
. venv/bin/activate && mkdir packages
8282
# build main dash
83-
git clone -b persistence-hg --depth 1 https://github.com/plotly/dash.git dash-main
83+
git clone --depth 1 https://github.com/plotly/dash.git dash-main
8484
cd dash-main && pip install -e .[dev] --progress-bar off && python setup.py sdist && mv dist/* ../packages/
8585
cd dash-renderer && npm ci && npm run build
8686
python setup.py sdist && mv dist/* ../../packages/ && cd ../..

0 commit comments

Comments
 (0)