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

Commit 6be44da

Browse files
author
Marc-André Rivet
committed
revert branch clone
1 parent a71f8aa commit 6be44da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626
- run:
2727
name: Install dependencies (dash)
2828
command: |
29-
git clone --depth 1 -b prop-types-dev [email protected]:plotly/dash.git dash-main
30-
git clone --depth 1 -b prop-types-dev [email protected]:plotly/dash-html-components.git
29+
git clone --depth 1 [email protected]:plotly/dash.git dash-main
30+
git clone --depth 1 [email protected]:plotly/dash-html-components.git
3131
. venv/bin/activate
3232
pip install -e ./dash-main --quiet
3333
cd dash-html-components && npm install --ignore-scripts && npm run build && pip install -e . && cd ..

0 commit comments

Comments
 (0)