Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit af6572e

Browse files
committed
use branch with dash black update
1 parent 3ec1d7f commit af6572e

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
@@ -38,7 +38,7 @@ jobs:
3838
python -m venv venv
3939
. venv/bin/activate
4040
pip install -r dev-requirements.txt --quiet
41-
git clone --depth 1 [email protected]:plotly/dash.git dash-main
41+
git clone --depth 1 -b deps-update-20210628 [email protected]:plotly/dash.git dash-main
4242
pip install -e ./dash-main[dev,testing] --quiet
4343
renderer build
4444
- run:

0 commit comments

Comments
 (0)