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

Commit 72ea98b

Browse files
byronbyronz
authored andcommitted
🔧 use https instead of ssh
1 parent fe75da0 commit 72ea98b

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 git@github.com:plotly/dash.git dash-main
30-
git clone --depth 1 git@github.com:plotly/dash-html-components.git
29+
git clone --depth 1 https://github.com/plotly/dash.git dash-main
30+
git clone --depth 1 https://github.com/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)