Skip to content

Commit b2b7b3a

Browse files
committed
Fix circleci install
1 parent 2d00681 commit b2b7b3a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ commands:
1818
description: "Install mbed-os-tools for legacy package testing"
1919
steps:
2020
- run:
21-
command: pip install .
21+
name: "Install mbed-os-tools for legacy package testing"
22+
command: pip install --user .
2223
setup_and_run_tests:
2324
steps:
2425
- checkout

0 commit comments

Comments
 (0)