We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e733726 commit 6df0230Copy full SHA for 6df0230
.circleci/config.yml
@@ -80,7 +80,7 @@ jobs:
80
command: |
81
. venv/bin/activate && mkdir packages
82
# build main dash
83
- 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
84
cd dash-main && pip install -e .[dev] --progress-bar off && python setup.py sdist && mv dist/* ../packages/
85
cd dash-renderer && npm ci && npm run build
86
python setup.py sdist && mv dist/* ../../packages/ && cd ../..
0 commit comments