Skip to content

Commit

Permalink
revert branch clone
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc-André Rivet committed Jun 11, 2019
1 parent 9457a5c commit 63d8016
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/dash-core-components/.circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
- run:
name: Install dependencies (dash)
command: |
git clone --depth 1 -b prop-types-dev git@github.com:plotly/dash.git dash-main
git clone --depth 1 -b prop-types-dev git@github.com:plotly/dash-html-components.git
git clone --depth 1 git@github.com:plotly/dash.git dash-main
git clone --depth 1 git@github.com:plotly/dash-html-components.git
. venv/bin/activate
pip install -e ./dash-main --quiet
cd dash-html-components && npm install --ignore-scripts && npm run build && pip install -e . && cd ..
Expand Down

0 comments on commit 63d8016

Please sign in to comment.