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

Commit 01c98a6

Browse files
author
Marcus Chang
authored
Merge pull request #33 from bridadan/ci_pip_v9
Reverting CI pip to v9 due to mbed-cli issue
2 parents 26411b4 + b03c92b commit 01c98a6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.circleci/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ jobs:
66
working_directory: ~/storage-selector
77
steps:
88
- checkout
9+
- run:
10+
name: Revert pip to version 9.0.3
11+
command: pip install pip==9.0.3
912
- run:
1013
name: Install Mbed CLI
1114
command: pip install mbed-cli

0 commit comments

Comments
 (0)