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

Commit a91e118

Browse files
byronbyronz
authored andcommitted
🔧 change branch back to master
1 parent 3f61284 commit a91e118

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
@@ -26,7 +26,7 @@ jobs:
2626
- run:
2727
name: Install dependencies (dash)
2828
command: |
29-
git clone --branch add-more-api-in-tests https://github.com/plotly/dash.git dash-main
29+
git clone --depth 1 https://github.com/plotly/dash.git dash-main
3030
git clone --depth 1 https://github.com/plotly/dash-html-components.git
3131
. venv/bin/activate
3232
pip install -e ./dash-main --quiet

0 commit comments

Comments
 (0)